Katalon recorder loading issue in Chrome

Regularly I got the same issue with the Katalon Recorder 5.9.0 tool in Chrome: after trying to open the tool, this pop-up appears:


When clicking on wait, and waiting some seconds, the same pop-up reappeared and some seconds later, the tool crashes:

The only way for solving the issue is to uninstall and reinstall the pluggin but it’s really boring because I’m obliged to reimport all test suits.

There the issue in the Extensions panel of Chrome:

{
   "applications": {
      "gecko": {
         "id": "{91f05833-bab1-4fb1-b9e4-187091a4d75d}"
      }
   },
   "background": {
      "scripts": [ "content/bowser.js", "common/browser-polyfill.js", "background/background.js", "background/install.js", "background/kar.js", "chrome_variables_init.js", "katalon/constants.js", "katalon/chrome_variables_default.js", "katalon/chrome_common.js", "katalon/background.js", "content-marketing/socket-io/socket-io.min.js", "panel/js/katalon/papaparse.js", "playback/index.js" ]
   },
   "browser_action": {
      "default_icon": "katalon/images/branding/branding_16.png",
      "default_title": "Katalon Recorder"
   },
   "content_scripts": [ {
      "all_frames": true,
      "js": [ "common/browser-polyfill.js", "content/prompt-injecter.js", "content/runScript-injecter.js" ],
      "match_about_blank": true,
      "matches": [ "\u003Call_urls>" ],
      "run_at": "document_start"
   }, {
      "all_frames": true,
      "js": [ "content/check-browser-automation.js" ],
      "match_about_blank": false,
      "matches": [ "\u003Call_urls>" ],
      "run_at": "document_start"
   }, {
      "all_frames": true,
      "exclude_matches": [ "*://ogs.google.com/*" ],
      "js": [ "content/bowser.js", "content/atoms.js", "content/utils.js", "content/selenium-commandhandlers.js", "content/selenium-browserbot.js", "common/escape.js", "content/selenium-api.js", "content/neighbor-xpaths-generator.min.js", "content/locatorBuilders.js", "content/recorder.js", "content/recorder-handlers.js", "content/command-receiver.js", "content/targetSelecter.js", "content/sizzle.js", "content/kar.js" ],
      "match_about_blank": true,
      "matches": [ "\u003Call_urls>" ]
   }, {
      "all_frames": true,
      "exclude_matches": [ "*://ogs.google.com/*" ],
      "js": [ "katalon/bowser.js", "katalon/jquery-3.2.1.min.js", "katalon/jquery.color.js", "katalon/neighbor-xpaths-generator.min.js", "katalon/constants.js", "katalon/chrome_common.js", "katalon/chrome_variables_default.js", "chrome_variables_init.js", "katalon/ku-locatorBuilders.js", "katalon/context_menu.js", "katalon/common.js", "katalon/record_common.js", "katalon/chrome_setup.js", "katalon/dom_inspector.js", "katalon/dom_collector.js", "katalon/keycode.js", "katalon/ku-recorder.js", "katalon/ku-recorder-event-handlers.js", "katalon/ku-recorder-key-handlers.js", "katalon/dom_recorder.js", "katalon/process_element.js", "katalon/main.js" ],
      "match_about_blank": true,
      "matches": [ "\u003Call_urls>" ]
   }, {
      "all_frames": true,
      "js": [ "content/jquery.simulate.js" ],
      "match_about_blank": true,
      "matches": [ "\u003Call_urls>" ]
   }, {
      "all_frames": true,
      "js": [ "common/jquery-3.2.1.min.js", "content-marketing/content/sharing-social.js" ],
      "match_about_blank": true,
      "matches": [ "https://www.facebook.com/dialog/share?*", "https://twitter.com/intent/tweet?*", "https://www.linkedin.com/sharing/share-offsite/?*" ]
   }, {
      "all_frames": true,
      "js": [ "common/jquery-3.2.1.min.js", "content/inject-popup-record.js" ],
      "match_about_blank": true,
      "matches": [ "\u003Call_urls>" ]
   } ],
   "content_security_policy": "script-src 'self' 'unsafe-eval'",
   "default_popup": "popup-browser/index.html",
   "description": "Selenium IDE alternative to record and export Selenium scripts. With reports & screenshots. Fast & open-source.",
   "homepage_url": "https://web-api.katalon.com/",
   "hubspot_url": "https://web-api.katalon.com/",
   "icons": {
      "128": "katalon/images/branding/branding_128.png",
      "16": "katalon/images/branding/branding_16.png",
      "48": "katalon/images/branding/branding_48.png"
   },
   "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApPBt0KSi9NMDRIecv0hJc/Qd+lNiG1OH23YppKEtBxtrBLM34ytpdfUx5uLS9bRQMagFQe3/eNL4nD0xRBsix/OPyDnCXKk4PR4Ck3AuTOVCr6b7cdnKe4l5DCmQvZNW56WntrkUaWkvNtmfuGpWPPiHxUcJQnEBnwktbNaSBDUnjLmHqsJBlON4OnGCexNe8keLQ8ukXPVkEcpWgiCZftMwDj9NQgy5z+nhyWED0li/bavNLe4lHAa/pxf71Y1wUk5dXk1974cXu72oOdgOYbemFCwjyltm4Np3ip7vpbgiJEmONU8j6uQsU8VGkjtN6hqyrIhYzN0UYoznGTWsdwIDAQAB",
   "manifest_version": 2,
   "name": "Katalon Recorder (Selenium tests generator)",
   "offline_enabled": true,
   "options_page": "katalon/options.html",
   "permissions": [ "tabs", "activeTab", "contextMenus", "downloads", "webNavigation", "notifications", "cookies", "http://*/", "https://*/", "storage", "unlimitedStorage", "\u003Call_urls>", "debugger" ],
   "segment_url": "https://backend.katalon.com/api",
   "update_url": "https://clients2.google.com/service/update2/crx",
   "version": "5.9.0",
   "web_accessible_resources": [ "page/prompt.js", "page/runScript.js" ]
}

Could you please help me with that ?