Skip to main content

All Questions

0 votes
0 answers
30 views

MP4 file created using MediaRecorder API is not playable

I am trying to generate an mp4 file from a screen recording done via a chrome extension. The video plays back perfectly on the browser, but when I download the file and play it back locally with a ...
Nived Sanil's user avatar
1 vote
1 answer
23 views

python selenium keep my login information to open chrome

I logined my youtube account,now I want to use selennium to open chrome and then open wwww.youtube.com/ with the account logined.how to achieve that? user_data_dir=r'C:\Users\cccc\AppData\Local\...
learner's user avatar
  • 13
1 vote
0 answers
35 views

How would I remove the effects of an event listener on a nested element via a chrome extension?

I have a chrome extension that works as a video overlay to allow for specific timestamp playback. The extension is activated via keyboard command, and uses a form to input specific time stamps. The ...
Chris's user avatar
  • 138
0 votes
0 answers
20 views

Chrome extension redirect not working on a specific account / computer - cached redirect?

My Chrome extension uses declarativeNetRequests to detect and redirect specific URLs when the user enters them in. In an earlier version, I implemented dynamic rules in a server worker file, i.e. I ...
Allen Y's user avatar
  • 580
0 votes
0 answers
31 views

How to execute simple script like auto scroll on local file

When I put code on console (F12) on normal page this code works, normally has https:// address. But when it comes to local file or when i open pdf on browser, the F12 code doent work, but when you ...
Iso I's user avatar
  • 9
0 votes
0 answers
27 views

How to set default value to Html with Chrome extension called "textarea to code editor"

Question: Is there some way to set Html as the default value for the Google Chrome extension named textarea to code editor? The default value is plain text or Normal textarea (see top picture). If I ...
Harvey's user avatar
  • 75
2 votes
1 answer
47 views

Form overlay cannot be filled or submitted on already existing video.js video element

I made a chrome extension that uses a basic form to input specific time stamps onto videos present on web pages. The extension is currently working for both Youtube and Spotify videos as is: I can ...
Chris's user avatar
  • 138
0 votes
1 answer
46 views

Why my chrome Extension not working, although code seems correct

I am creating a website blocking extension where user, add website he wants to block with a password. And when he tries to open that site, a html page comes in front of him asking for the password, ...
alfaprogramer's user avatar
0 votes
0 answers
51 views

Keyboard shortcut to open the sidepanel of a Chrome extension not working

I am developing a Chrome extension. How do you add a keyboard shortcut to open the sidepanel of this Chrome extension (using manifest v3)? I have added this to manifest.json: "action": { ...
Guy's user avatar
  • 1
0 votes
0 answers
46 views

Mutation Observer - Chrome extension

I am developing an extension for Chrome as part of a final year project in cybersecurity. This extension aims to scan websites and detect potential vulnerabilities. This project is carried out in Vue....
Maeyx's user avatar
  • 1
-1 votes
0 answers
36 views

Is it possible to force-install an extension from your local system on chrome?

I want to add an extension in chrome that from my local system and I want to make sure the user can't remove this extension, is there a way to do this? I tried unpacking my extension, getting the ...
runningrunner 7's user avatar
0 votes
0 answers
36 views

How can I disable unsafe-eval security feature to run my extension code at different webpages?

app.js?v=4.8.9.2:1 [Report Only] Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-...
Ali Shan's user avatar
0 votes
1 answer
19 views

How to print a value from the website in a chrome extension?

I'm new to chrome extensions. I am trying to develop a Chrome extension that can automatically fill forms and scrape data from specific websites. I don't need you to create the whole extension, just ...
João Maldonado's user avatar
0 votes
1 answer
74 views

Using tesseract.js with manifestv3

I am developing a chrome extension to read and run ocr on some pdf files. I've noticed the recent manifest v3 changes, and i'm stuck on the import part to use tesseract Here is the tree of my files: ──...
Orsu's user avatar
  • 417
0 votes
0 answers
17 views

Chrome extension troubleshooting - How to print a value from the website in the console?

I'm new to chrome extensions. I am trying to develop a Chrome extension that can automatically fill forms and scrape data from specific websites. Basically, in the website, I have an object with id &...
João Maldonado's user avatar

15 30 50 per page
1
2 3 4 5
714