Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Chromium Extensions
Conversations
About
Sort By Relevance
Sort By Date
1–30 of many
ym_developer
, …
PhistucK
4
9:44 AM
ReferenceError: window is not defined chrome extension with manifest v3
last.
Manifest
version 3 does not support background pages, it only supports service workers. That means you have no DOM, in case you need it. ☆*PhistucK* On Wed, May 25, 2022 at 1:39
unread,
ReferenceError: window is not defined chrome extension with manifest v3
last.
Manifest
version 3 does not support background pages, it only supports service workers. That means you have no DOM, in case you need it. ☆*PhistucK* On Wed, May 25, 2022 at 1:39
9:44 AM
Kethan Sai
,
Oliver Dunk
3
May 24
aws sdk in chrome extensions v3 manifest
will try it out. was checking into this tool too: https://github.com/dutiyesh/chrome-extension-cli#readme On Monday, May 23, 2022 at 9:08:15 AM UTC-5
unread,
aws sdk in chrome extensions v3 manifest
will try it out. was checking into this tool too: https://github.com/dutiyesh/chrome-extension-cli#readme On Monday, May 23, 2022 at 9:08:15 AM UTC-5
May 24
Nico D
2
May 24
Trouble with Omnibox Suggestions styling (dim, match, url)
to the
Manifest
v3
docs ( > https://developer.chrome.com/docs/extensions/reference/omnibox/#type-SuggestResult) > You can use XML style tags to style omnibox suggestions
unread,
Trouble with Omnibox Suggestions styling (dim, match, url)
to the
Manifest
v3
docs ( > https://developer.chrome.com/docs/extensions/reference/omnibox/#type-SuggestResult) > You can use XML style tags to style omnibox suggestions
May 24
Vitanshu Sahu
2
May 24
Execute Js from Other Domain in Chrome Extension V3
chrome extension
V3
*. > > Refused to load the script 'https://abc.com/abc.js' because it violates > the following Content Security Policy directive: "
unread,
Execute Js from Other Domain in Chrome Extension V3
chrome extension
V3
*. > > Refused to load the script 'https://abc.com/abc.js' because it violates > the following Content Security Policy directive: "
May 24
joette cordsen
, …
Cuyler Stuwe
3
May 23
tip for the manifest v2 -> v3 conversion if listening for tabs to open
v2 to
v3
, I kept my background script and just > made the changes needed to to make it work. After working on this > conversion part time for about 6 months, I finally figured something
unread,
tip for the manifest v2 -> v3 conversion if listening for tabs to open
v2 to
v3
, I kept my background script and just > made the changes needed to to make it work. After working on this > conversion part time for about 6 months, I finally figured something
May 23
Kolade Joseph
,
wOxxOm
5
May 23
Chrome Extension users cannot use the extension after an update, till they re-install it
still use
Manifest
v2. Could it still be >> the same reason cause I believe the service workers are used in the >>
manifest
v3
, not in v2 >> >> >> On Saturday
unread,
Chrome Extension users cannot use the extension after an update, till they re-install it
still use
Manifest
v2. Could it still be >> the same reason cause I believe the service workers are used in the >>
manifest
v3
, not in v2 >> >> >> On Saturday
May 23
Joshua Hofstad
, …
Hr Gwea
7
May 23
Error message: "Manifest v2 is deprecated"
migrated to
manifest
v3
yet. Recently one of our customers updated >>>>> to chrome version 101.0.4951.67 and Edge version 101.0.1210.47. >>>>>
unread,
Error message: "Manifest v2 is deprecated"
migrated to
manifest
v3
yet. Recently one of our customers updated >>>>> to chrome version 101.0.4951.67 and Edge version 101.0.1210.47. >>>>>
May 23
World_Languages
, …
Michael Leggett
9
May 22
DNR permission should be implicit when host permissions were accepted to avoid requesting excessive permissions
at the
manifest
is not enough to know what domains an >>>>> extension can block content in. >>>>> >>>>> El lunes, 9 de agosto de 2021
unread,
DNR permission should be implicit when host permissions were accepted to avoid requesting excessive permissions
at the
manifest
is not enough to know what domains an >>>>> extension can block content in. >>>>> >>>>> El lunes, 9 de agosto de 2021
May 22
Jackie Han
,
Cuyler Stuwe
2
May 21
MV2 vs MV3 in Chrome and Firefox
Firefox:
Manifest
v3
in Firefox: Recap & Next > Steps > > (2022/5/18) > > Here is a simple comparison: > > Chrome MV2 Chrome MV3 Firefox MV2 Firefox MV3 >
unread,
MV2 vs MV3 in Chrome and Firefox
Firefox:
Manifest
v3
in Firefox: Recap & Next > Steps > > (2022/5/18) > > Here is a simple comparison: > > Chrome MV2 Chrome MV3 Firefox MV2 Firefox MV3 >
May 21
Robert Velton
,
hrg...@gmail.com
10
May 18
Does LOCKED-FULLSCREEN work for a ChromeBook?
in >
manifest
V2 since that is being deprecated and chrome apps are being > deprecated as well. > > Anyone know if there is replacement functionality for this? > >
unread,
Does LOCKED-FULLSCREEN work for a ChromeBook?
in >
manifest
V2 since that is being deprecated and chrome apps are being > deprecated as well. > > Anyone know if there is replacement functionality for this? > >
May 18
Delal Seletli
May 18
Manifest v3 + cognitive services sdk
fine in
manifest
v2 but since i have to migrate to
manifest
v3
i'm facing an issue : *Refused to load the script 'blob:chrome-extension://extension_id/{...}' because
unread,
Manifest v3 + cognitive services sdk
fine in
manifest
v2 but since i have to migrate to
manifest
v3
i'm facing an issue : *Refused to load the script 'blob:chrome-extension://extension_id/{...}' because
May 18
John Blair
2
May 18
Manifest V 3 - Inline js on TARGET site click handler is breaking CSP
migrated to
manifest
V3
. > > My extension bundles all required code, and so has a CSP setting of: > *"content_security_policy": { "extension_pages"
unread,
Manifest V 3 - Inline js on TARGET site click handler is breaking CSP
migrated to
manifest
V3
. > > My extension bundles all required code, and so has a CSP setting of: > *"content_security_policy": { "extension_pages"
May 18
Rory
, …
Dheeraj Reddy Anumula
7
May 17
Converting a manifest 3 extension to Safari/Firefox
use different
manifest
files and generated different builds in detail? On Tuesday, May 17, 2022 at 1:51:03 PM UTC+5:30 Dheeraj Reddy Anumula wrote: > Safari 15.4 now supports
manifest
unread,
Converting a manifest 3 extension to Safari/Firefox
use different
manifest
files and generated different builds in detail? On Tuesday, May 17, 2022 at 1:51:03 PM UTC+5:30 Dheeraj Reddy Anumula wrote: > Safari 15.4 now supports
manifest
May 17
Robert Velton
, …
hrg...@gmail.com
11
May 16
How to detect if a web page is being viewed through a chrome extension.
extension using
manifest
V3
that locks >>>>> down the user's(student) testing experience. We are trying to prevent users >>>>> looking up
unread,
How to detect if a web page is being viewed through a chrome extension.
extension using
manifest
V3
that locks >>>>> down the user's(student) testing experience. We are trying to prevent users >>>>> looking up
May 16
Seth Freed
, …
hrg...@gmail.com
6
May 14
Manifest V3: Bookmark managers and bookmarklets
now that
Manifest
V3
is still a work in progress. In addition to our issue with bookmarklets, we are still waiting for the new favicon API that is announced here: https://developer.
unread,
Manifest V3: Bookmark managers and bookmarklets
now that
Manifest
V3
is still a work in progress. In addition to our issue with bookmarklets, we are still waiting for the new favicon API that is announced here: https://developer.
May 14
Ngoc Duc Huynh
,
wOxxOm
2
May 14
Manifest V3: declarativeNetRequest how to get parameter from URL and redirect the URL follow that parameter?
- In
manifest
V2 I simply get URL parameter and then close the tab( > l.facebook.com) and open a new tab which URL is URL parameter I get and > increase the totalBlocking value by
unread,
Manifest V3: declarativeNetRequest how to get parameter from URL and redirect the URL follow that parameter?
- In
manifest
V2 I simply get URL parameter and then close the tab( > l.facebook.com) and open a new tab which URL is URL parameter I get and > increase the totalBlocking value by
May 14
heinrick zoet
May 12
chrome_settings_overrides in Manifest V3
about the
Manifest
V3
and the chrome_settings_overrides - chrome_url_overrides will still relevant on MV3 ? - same question about chrome_settings_overrides ? - Is it possible to
unread,
chrome_settings_overrides in Manifest V3
about the
Manifest
V3
and the chrome_settings_overrides - chrome_url_overrides will still relevant on MV3 ? - same question about chrome_settings_overrides ? - Is it possible to
May 12
Zenitsu
, …
hrg...@gmail.com
4
May 11
Manifest V3 and Server Sent Events
an extension
V3
> background (service-worker) is much appreciated! > On Wednesday, May 11, 2022 at 1:32:59 PM UTC-3 salem...@gmail.com wrote: > >> You can definitely
unread,
Manifest V3 and Server Sent Events
an extension
V3
> background (service-worker) is much appreciated! > On Wednesday, May 11, 2022 at 1:32:59 PM UTC-3 salem...@gmail.com wrote: > >> You can definitely
May 11
Andy Mitchell
, …
Uladzimir Yankovich
4
May 10
Push Notifications with MV3, but without User Approval
. With
Manifest
V3
, there can be no long-running listeners* >>> >>> It was previously possible to achieve non-polled syncing by either: >>> >>
unread,
Push Notifications with MV3, but without User Approval
. With
Manifest
V3
, there can be no long-running listeners* >>> >>> It was previously possible to achieve non-polled syncing by either: >>> >>
May 10
Łukasz Anforowicz
, …
Eric Lawrence
8
May 9
Securing your extensions against compromised renderer processes
>>
Manifest
V3
transition will not be fast. While we don't have an official >>>> timeline, I personally expect the transition to
V3
to take at least a year. >
unread,
Securing your extensions against compromised renderer processes
>>
Manifest
V3
transition will not be fast. While we don't have an official >>>> timeline, I personally expect the transition to
V3
to take at least a year. >
May 9
extension_tester
, …
Sudip
6
May 9
Running code strings inside sandbox pages in Manifest V3
declared in
manifest
.json) runs eval() on the received code and sends > back to the content script the result through the same MessageChannel API. > > Pe sâmbătă, 7 mai 2022
unread,
Running code strings inside sandbox pages in Manifest V3
declared in
manifest
.json) runs eval() on the received code and sends > back to the content script the result through the same MessageChannel API. > > Pe sâmbătă, 7 mai 2022
May 9
Kramos
,
wOxxOm
4
May 7
Manifest v2 to v3 - Getselected
It means the content script doesn't run in the tab or there's no onMessage listener. If you reloaded the extension on chrome://extensions page
unread,
Manifest v2 to v3 - Getselected
It means the content script doesn't run in the tab or there's no onMessage listener. If you reloaded the extension on chrome://extensions page
May 7
Ryan Graham
, …
Uladzimir Yankovich
5
May 7
Google Analytics 4 + Manifest v3
No, but i don't use sdk, only http api. On Sat, May 7, 2022, 09:31 Ram Chaitanya wrote: > @yankovic- are there no restrictions on using a tool
unread,
Google Analytics 4 + Manifest v3
No, but i don't use sdk, only http api. On Sat, May 7, 2022, 09:31 Ram Chaitanya wrote: > @yankovic- are there no restrictions on using a tool
May 7
avian
, …
Cuyler Stuwe
15
May 6
declaratkveNetRequest modifyHeaders doesnt work at all
: "
v3
" }, >>>>>> { >>>>>> "header": "referer", >>>>>> "operation":
unread,
declaratkveNetRequest modifyHeaders doesnt work at all
: "
v3
" }, >>>>>> { >>>>>> "header": "referer", >>>>>> "operation":
May 6
Jessie Quach
,
hrg...@gmail.com
2
May 6
Migrate to Manifest V3
migrate to
Manifest
V3
.
Manifest
V3
requires me > to change the webRequest blocking to declarativeNetRequest, but I have no > idea how to replace this source code with the declarativeNetRequest
unread,
Migrate to Manifest V3
migrate to
Manifest
V3
.
Manifest
V3
requires me > to change the webRequest blocking to declarativeNetRequest, but I have no > idea how to replace this source code with the declarativeNetRequest
May 6
Şükrü Yalçın
2
May 5
Manifest v3 Refused to execute inline script
[image: errorrsm.jpg] 5 Mayıs 2022 Perşembe tarihinde saat 19:32:01 UTC+3 itibarıyla Şükrü Yalçın şunları yazdı: > I am getting this error How can i
unread,
Manifest v3 Refused to execute inline script
[image: errorrsm.jpg] 5 Mayıs 2022 Perşembe tarihinde saat 19:32:01 UTC+3 itibarıyla Şükrü Yalçın şunları yazdı: > I am getting this error How can i
May 5
Tomakazu
, …
hrg...@gmail.com
16
May 4
Creating a new chrome window in Manifest V3 - Error: Invalid type
property in
Manifest
V3
. Then the above error is gone. >>> >>> "permissions": [ "system.display" ], >>> >>> One is
unread,
Creating a new chrome window in Manifest V3 - Error: Invalid type
property in
Manifest
V3
. Then the above error is gone. >>> >>> "permissions": [ "system.display" ], >>> >>> One is
May 4
avishai lazar
, …
Simeon Vincent
5
May 3
How To Mark Ext As Managed During Dev
1024211 prevents
Manifest
V3
extensions from receiving webRequest callbacks after the first time the extension's service worker shuts down, so even with this flag there's
unread,
How To Mark Ext As Managed During Dev
1024211 prevents
Manifest
V3
extensions from receiving webRequest callbacks after the first time the extension's service worker shuts down, so even with this flag there's
May 3
J
,
Simeon Vincent
2
Apr 29
On Manifest v3, create new window extension cannot access contents of the page
in your
manifest
using the host_permissions array. 2) Change how you handle script injection so that scripts are only injected in response to one of the actions that grant activeTab
unread,
On Manifest v3, create new window extension cannot access contents of the page
in your
manifest
using the host_permissions array. 2) Change how you handle script injection so that scripts are only injected in response to one of the actions that grant activeTab
Apr 29
Ivan White
, …
lev
4
Apr 29
How to get current tab URL using Manifest v3?
Should I use currentWindow: true or lastFocusedWindow: true? https://code-examples.net/en/q/1e34bf this guy says that lastFocusedWindow is better On
unread,
How to get current tab URL using Manifest v3?
Should I use currentWindow: true or lastFocusedWindow: true? https://code-examples.net/en/q/1e34bf this guy says that lastFocusedWindow is better On
Apr 29