Tab-Session-Manager icon indicating copy to clipboard operation
Tab-Session-Manager copied to clipboard

Unable to load neither on Firefox nor Chrome in dev mode

Open Shine753 opened this issue 6 months ago • 0 comments

Short description

Loaded in Firefox in dev mode : errors at load Same for Chrome

Steps to reproduce

Download the repository. Go to the part in the browser that allows to load the extension manually Load it from src folder FF : manifest-ff.json Chrome : src folder

Errors shown Firefox 140.0.2 : background.service_worker is currently disabled. Add background.scripts. (checked : background.scripts is already at true)

Chrome 133.0.6943.142 : Service worker registration failed. Status code: 15 on line "service_worker": "background/background.js"

Uncaught TypeError: Failed to resolve module specifier "webextension-polyfill". Relative references must start with either "/", "./", or "../". On background/background.js -> background/background.js:0 Background worker is said to work fine when loading the official extension v7.1.0 from the Chrome Store

The real Extension loaded from the extension "shop" of Firefox (v7.1.1) & Chrome (v7.1.0) runs fine. In both cases, the official extension is disabled before loading the one from the repository.

Additional context

The /dev/ folder saying to be loaded in the general description of the extension on the main page does not exist in the repository.

Shine753 avatar Jul 11 '25 10:07 Shine753