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",
"manifest_version": 3,
"name": "GA4 Internal Traffic Filter - TrackFunnels ",
"version": "2.0",
"description": "Modifies GA4 requests on specified domains by adding tt query parameter.",
"icons": {
"16": "images\/tf-icon16.png",
"48": "images\/tf-icon48.png",
"128": "images\/tf-icon128.png"
},
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"storage",
"activeTab",
"tabs"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"options_page": "options.html",
"action": {
"default_popup": "popup.html",
"default_icon": "images\/tf-icon128.png"
}
}