Skip to main content
0 votes
1 answer
54 views

I have a browser extension that I'm trying to port on Safari. On some devices/version of the browser (mainly on mobile versions), the following code will throw an error: await chrome.storage.local.set(...
0 votes
1 answer
70 views

I’m building a Chrome extension for Gmail using InboxSDK v2. My registerComposeViewHandler works perfectly when I click Pop out reply (the floating compose window), but it never fires for an inline ...
0 votes
0 answers
152 views

I will try to give as much details I can about this project. First of all sorry about my English because it's not my native language. It's not directly a question, is about your opinion for the ...
21 votes
3 answers
8k views

Content Script can be injected programatically or permanently by declaring in Extension manifest file. Programatic injection require host permission, which is generally grant by browser or page action....
0 votes
0 answers
109 views

Prevent Chrome Native Downloads for Intercepted Links in Manifest V3 Extension I'm building a Chrome extension using Manifest V3 to intercept file download links (like .zip, .exe, .mp4, etc.)—...
6 votes
2 answers
1k views

I need to match all domain extensions for a simple Firefox extension I am writing. For example, I need to the extension to run on: https://example.com https://example.org https://example.net I do ...
1 vote
1 answer
5k views

How can I avoid the following error and why do I get it? Edit: Maybe I have to ask how I can make objects from a privileged scope visible to a less privileged scope. My goal is to export/return ...
61 votes
2 answers
168k views

I am developing a Chrome extension to use with my own Web-application, processing Web-pages (including cross-domain ones), loaded into iFrame on my application's main page. So I have to send message, ...
57 votes
4 answers
59k views

My extension is supposed to load a content script, searchTopic.js, only after the page it's injected into has already fully loaded (yes, I have set "run_at" to "document_end" in the extension manifest)...
0 votes
0 answers
40 views

My extension is designed to control music playback on the music.yandex.by web-site. When user click buton in popup I am passing message from background to content script. While the music is playing, ...
1 vote
0 answers
115 views

Dev tools of the site, dev tools of the service worker and background.js can open a websocket connection perfectly fine. The content scripts however, will trigger onerror, then onclose immediately. I ...
0 votes
1 answer
581 views

I am simply sending this message from background to contentScript , The content is supposed to listen for this message and execute the function . My contentScript.js : function clickButton() { const ...
0 votes
0 answers
51 views

So I have this project with React 19 and typescript and am using Webpack to compile my code. I have successfully added react to pop-up, but I have problems when I compile my content script (overview....
0 votes
0 answers
103 views

So I have a Chrome Extension that I need to update to MV3 that involves injecting Content Scripts. Via a popup the end user should be able to enable / disable which scripts should be injected, with ...
0 votes
1 answer
210 views

Goal I am trying to create a Chrome extension that will embed a CodeMirror Editor in the web page. I use vite for bundling the CodeMirror package and use chrome.scripting.executeScript to run my ...

15 30 50 per page
1
2 3 4 5
48