Skip to main content
0 votes
0 answers
20 views

Is it possible to allow my chrome-extension to view html content of file URLs (file://) without the "Allow access to file URLs" setting being on?

I have a chrome extension that will look at the html content of any google page for specific bits of text. I use this extension to prevent students from going onto specific websites that the districts'...
Benroke's user avatar
-1 votes
0 answers
29 views

Why is my Chrome extension displaying a white screen instead of highlighting vocabulary words?

I’m developing a Chrome extension to highlight vocabulary words across different tabs and sessions. Users can click on a word to add it to their vocabulary list, and the extension should automatically ...
Faiq Rustamov's user avatar
-1 votes
0 answers
11 views

Chrome Extension Content Security Policy - (Chrome Manifest Version 3) [duplicate]

I am building a Chrome Extension and the Content injects an inline Javascript from my hosted Server. the script gets executed when the button is pressed. but getting error. Error in Chrome Console ...
Harsh Pathak's user avatar
0 votes
0 answers
11 views

Chromium on Mac, Extension cannot work with its own files

I have downloaded the most recent Chromium build (as of today) - Version 131.0.6725.0 (Developer Build) (arm64). I have an extension developed for my own purposes, loaded from the local disk using ...
Saša's user avatar
  • 318
0 votes
0 answers
20 views

Stream Audio from another tab to Google Meet tab using Chrome Extension

During virtual calls with friends (in Chrome and over Google Meet), I would like to stream radio for the participants. The usual way for me is to play the Radio over speakers in another tab, turn on ...
Mohit's user avatar
  • 1,063
0 votes
0 answers
8 views

The same content script has been injected twice into a browser tab [duplicate]

console log showing vm72 inject.jsI am creating a timer to track how long im watching a youtube video for, and my background.js automatically injects all tabs with the content script, this has been ...
s c's user avatar
  • 1
0 votes
0 answers
21 views

How can I listen to inputs from cross-domain iframe? [duplicate]

I am working on a chrome extension where users will often times go to a webpage where there will be a cross-domain iframe embedded in the web page. What I am wanting to do is to listen for when inputs ...
Toti Cuervo's user avatar
-1 votes
0 answers
28 views

Facing CSP issues in building Chrome extension [closed]

I am building a Chrome extension which uses chatgpt and Google API and many more. I am building this application using Reactjs. It's working fine when I am running this on my localhost, but when I ...
Lokesh Sharma's user avatar
0 votes
0 answers
12 views

XHR Polling Error Socket.io Chrome extension

I'm trying to communicate with my local server from my chrome extension with scoket.io but I'm getting an XHR Polling Error. I don't get this error when I simulate a client, I only get it with the ...
Thomas A's user avatar
0 votes
0 answers
22 views

html2canvas issues chrome extension

I am trying to use the html2canvas within a chrome extension I am building. For my chrome extension I am directly injecting JS so that the user can toggle the extension so it does not go out of focus ...
Vaughn Hatfield's user avatar
0 votes
0 answers
23 views

Div textcontent inconsistently returning string

I am simply querying a web page for specific text to save to local storage and use within Chrome extension pop-up. contentscript.js – Code I inject to webpage function findworkspaceName() { let ...
Samuel's user avatar
  • 5,985
-4 votes
0 answers
16 views

Where can i learn ineditor scripting? [closed]

I want to learn ineditor scripting for web development.Where can i learn it? I tried reading the documentation but nothing worked.I gone to mozilla doc ,chrome doc,netscape navigator doc but nothing ...
Deepak Gupta's user avatar
-1 votes
0 answers
25 views

Chrome extension - Not finding any DOM element [duplicate]

For this Chrome extension, any DOM element I try to retrieve comes back as null. I've tried a few different websites and tried retrieving DOM elements through ID, class, and name. Below is the latest ...
stumped's user avatar
  • 3,291
1 vote
0 answers
47 views

Converting from manifest V2 to V3 for chrome extension error

First off I am not a programmer. I am self taught and don't do it for a living. So I don't know a lot about chrome extensions but I still managed to create one that we use at my workplace. This is a ...
Lemuel P's user avatar
-1 votes
0 answers
41 views

Scraping 485927rows of data from a Website problem [closed]

I am trying to scrape all data from big table: https://registru.dispozitive.amdm.gov.md/ website, but I am having some issues. URL of website does not include the nr of page you are on. If u resfresh ...
Dima C's user avatar
  • 69

15 30 50 per page
1
2 3 4 5
1990