Skip to main content

All Questions

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
0 votes
0 answers
111 views

Testing released extension in the Chrome Web Store without review process

I know there are 4 ways to publish extension in Chrome Web Store: Public, Unlisted, Private, Group publishing. I know as well that publishing goes under a review process that I believe it can take ...
joelpires's user avatar
0 votes
0 answers
109 views

How to track screen time in Chrome extensions

I'm building a browser extension as part of my website for self-discipline and anti-procrastination, one of the core features is to track users' active usage of each website. Just like how Apple ...
Ryan Wang's user avatar
  • 378
0 votes
0 answers
34 views

Can a chrome extension or javascript monitor other chrome extensions?

I want to protect a webpage's data from the extensions which have permission to read the site's data. I guess some kind of protection must be done on the client side for this purpose. As per my ...
Ayush Gupta's user avatar
0 votes
1 answer
37 views

Send Message from Chrom extension to Launch Agent Mac

Is it possible to send message from chrome extension to a launch agent or to a daemon in mac ?
Siddhant Mishra's user avatar
1 vote
1 answer
2k views

Chrome apps: Will Chrome apps work on older versions of Chrome after December 2022?

Google has decided to end the ability to open the Chrome apps on Windows and MacOS after December 2022. My question is if they will work on older versions of Chrome?
Stefan Radisavcevic's user avatar
0 votes
1 answer
560 views

Chrome extension, how to track each visited page?

I wanted to build a Google Chrome extension that would display domain popularity, the way Alexa domain stats did; I am able to display any data inside popup.html when user clicks my extension button (...
adrianTNT's user avatar
  • 3,920
1 vote
0 answers
21 views

Why is CSS copying in multiline in chrome browser? [duplicate]

I'm copying styles from Chrome Dev Tools and pasting it into my IDE. It is pasting in multiline. Chrome Version: How I copied: This happens after pasting:
Nitish's user avatar
  • 543
0 votes
0 answers
173 views

Chrome extension error "runtime.lastError: The message port closed before a response was received. "

I am buidng a chrome app to click a element after pageloaded : manifest.json: { "manifest_version": 2, "name": "click chapter-btn", "version": &...
user956609's user avatar
  • 1,183
0 votes
0 answers
100 views

How to debug chrome extension at such part of code?

The code below is the JavaScript file works with popup.html from a small project. I use it for chrome extension development learning. The first part of this code piece is getting two variable from ...
Ye Shiwei's user avatar
5 votes
1 answer
3k views

Chrome Extension - Clear infobar label after debug mode

In recent versions of Chrome-based browsers, for some reason (probably, not a bug, it's a feature), after debug mode is detached, Chrome leaves this notification: "Programm started debugging this ...
trnj's user avatar
  • 571
0 votes
2 answers
2k views

How do you remove the errors from Chrome Extensions?

I am getting warning errors when developing Chrome extensions. Unfortunately, this would be fixed in the next release of a package I am using. I want to disable the errors as shown in the page below ...
Navendu Pottekkat's user avatar
0 votes
0 answers
201 views

How do I create a Chrome Extension to change a message (inner HTML) on the Twitter homepage (DOM)?

I am trying to create a Chrome extension that changes the "What's on your mind?" message in the Twitter status update box, but I am stuck. Here is my manifest: { "name":"Change Status Update", "...
stovestove2's user avatar
9 votes
3 answers
18k views

Permission Justification in Chrome Extension

I'm new in Devloper so not familiar about few things. Can anyone help me adding Permission Justification? PERMISSION JUSTIFICATION A permission is either one of a list of known strings, such as "...
Kai's user avatar
  • 121
0 votes
2 answers
713 views

How can I limit options to only sms/texting applications via webshare API (navigator.share)

When sending pre-filled SMS messages through Google's Web Share API, which lets users choose their app, there are a ton of options including Google Drive and Bluetooth. I want to limit these options ...
sirscoobs's user avatar

15 30 50 per page
1
2 3 4 5
8