Questions tagged [chrome-extension-manifest-v2]

Questions for development related to Google Chrome extension using manifest version 2. Questions related to it should specify what manifest version being used as each version has its own syntax that is not supported by other version.

76 questions
0
votes
0 answers

Avoiding differential_fingerprint for Chrome extension

I'm trying to modify an extension for my own use which was working for a long time in developer mode. However I've a fresh installation of my Ubuntu with chrome verion 100.0.4896.88 , and this does not work anymore. The extension is copy all urls…
0
votes
2 answers

how to match both https and http in matches (manifest.json)

At the moment I've got it like this: "matches": ['https://google.com/*', 'http://google.com/*'] Is there any way to combine these 2 URLs into one allowing both https and http? (Manifest V3)
0
votes
0 answers

Google chrome extension - the main window is closing after getting the code from redirect url

I am trying to develop a login OAuth system in the google chrome extension, notwithstanding, The main window is been disappeared when I attempt to get the response back from the callback. //…
0
votes
0 answers

Can't migrate background script to v3 in Chrome extension

I try to migrate my manifest from v2 to v3 and fail with background scripts. I get an error unexpected token. I think my syntax is correct. What I'm doing wrong? How can I migrate this setup with multiple background scripts? manifest v2 { …
Evgeniy
  • 2,337
  • 2
  • 28
  • 68
0
votes
1 answer

How long will Manifest v2 be supported in developer mode?

Here they say that in June 2023 Manifest v2 extension will no longer run in Chrome: https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/ Does it also mean that it won't be possible to load manifest v2 extensions in developer mode? Are there…
0
votes
1 answer

Is it possible to keep a popup hidden until some code is executed?

So, I have this extension, and it should show a custom popup on the page when the icon is clicked, and by "custom popup", I mean, something rendered inside an