Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GA4 Internal Traffic Filter",
"version": "1.1.2",
"manifest_version": 3,
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"activeTab"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "GA4 Internal Traffic Filter",
"default_icon": {
"16": "icon-16x16.png",
"38": "icon-38x38.png",
"48": "icon-48x48.png",
"128": "icon-128x128.png"
}
},
"icons": {
"16": "icon-16x16.png",
"38": "icon-38x38.png",
"48": "icon-48x48.png",
"128": "icon-128x128.png"
}
}