Skip to main content

All Questions

0 votes
0 answers
15 views

Why can't the icon for the Chrome extension I developed be displayed?

I am developing a Chrome extension that is displayed in the Developer Tools, similar to Network. I used the chrome.devtools.panels.create method and passed the iconPath parameter, but it didn't work. ...
fjxfitst's user avatar
0 votes
0 answers
10 views

How to add a custom extensions on Chrome Devtools Frontend bundle source code?

I took the devtools front-end source code from a place and packaged it (as shown above), in this source code, how do I add an extension to it? Like this(below) Instead of installing an extension the ...
linjunchao's user avatar
1 vote
0 answers
29 views

Trouble with Chrome Extension in Manifest V3: Executing Script in to Fetch Translation from Google Translate

I'm working on a Chrome extension that allows users to highlight a word, right-click to translate it using Google Translate, and then log the translation pair to Chrome's local storage. I have ...
M X's user avatar
  • 11
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
10 views

How do I link to an elements in the Elements panel from my own developed panel in chrome extension [duplicate]

I created my own chrome extension. One thing it does is inspect the HTML. I am passing the new XMLSerializer().serializeToString(document) through chrome.runtime.sendMessage from the content script to ...
Jason Hocker's user avatar
  • 7,057
0 votes
0 answers
35 views

Error when taking a screenshot with chrome extension

I'm a beginner in Chrome extensions and I'm just trying to make a simple extension which take a screenshot every 5 minutes. The problem is I got the error "message: "Either the '<all_urls&...
s1o's user avatar
  • 1
0 votes
0 answers
8 views

Is there a way to access content of an Iframe of a website that I don't own? [duplicate]

I need to change text inside a page that includes iframe and i can't reach DOM it says something like cross origin, i am not a programmer so I don't know much technicalities I just want to edit text ...
Abanoub MG's user avatar
0 votes
0 answers
27 views

How can this chrome plugin instantly update the CSS without reloading?

Currently, there is a chrome plugin called "User CSS" which allows you to write custom CSS to update anysite in real time as you type the css code. I am only interested in how the plugin is ...
Ian Rajkumar's user avatar
0 votes
0 answers
20 views

Accessing JavaScript chrome.debugger / chrome.tabs from extension [duplicate]

I am trying to access the chrome developer API from JavaScript inside an extension. The problem is that the properties chrome.debugger or chrome.tabs are undefined (not part of the "chrome" ...
Cleo's user avatar
  • 919
0 votes
0 answers
53 views

What is a backend and frontend node id in Chrome DevTools protocol?

The Chrome DevTools documentation mentions backend and frontend node IDs. What's frontend in the DevTools world and what are backend and frontend node IDs? What does it mean to push a backend node to ...
me.at.coding's user avatar
  • 16.6k
0 votes
0 answers
27 views

Unable to filter by request URL in chrome extension

I'm trying to build a chrome extension that will look for the response of a url that contains "bounds" . The full URL is: https://www.land.com/api/0/United-States/all-land/zoom-12/bounds-38....
user1592380's user avatar
  • 35.5k
0 votes
0 answers
32 views

Cannot get the response body in Chrome devtools extension

I'm building an extension for personal use that monitors web traffic on a certain domain (icloud.com) and sends the data to a PHP script. I have very little (next to none) experience in developing ...
byteflush's user avatar
  • 130
0 votes
0 answers
13 views

Chrome extension, adding instance to global scope such as window on Instagram.com seems futile [duplicate]

So, I am trying to script some stuff against instagram, but I've noticed that Instagram is somehow able to clear access to any variable or instance put on window.aaa, or window.document.aaa or window....
mjs's user avatar
  • 22k
1 vote
1 answer
80 views

Chrome extension not working when DevTool open

When I open the Chrome devtool, I cannot open/use any extension already installed. I have to close the devtool, use the extension like I want, then re-open devtool. Weird: It works if I am on another ...
Nathan Bruet's user avatar
0 votes
0 answers
33 views

Is it possible to manipuate 3rd party Chrome Extensions Network Reqeuests?

I am building a Chrome Extension that will call my backend APIs to validate something. I would like to know is it possible that other people could build some Chrome Extensions to manipulate the ...
Arst's user avatar
  • 3,269

15 30 50 per page
1
2 3 4 5
75