Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Event Tracking Tracker",
"version": "7.7.7",
"manifest_version": 3,
"description": "Plugin to track Google Analytics Event Tracker event calls",
"action": {
"default_icon": "ett.png"
},
"icons": {
"16": "ett16.png",
"48": "ett48.png",
"128": "ett.png"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"permissions": [
"webRequest",
"storage",
"tabs"
]
}