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": "Twitter Pixel Helper", "version": "1.0.0", "description": "Install Twitter Pixel Helper to showcase an icon whenever a Twitter website tag is present on a specified page. ", "permissions": [ "storage", "tabs", "webRequest" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "Icons\/Icon 16.png", "32": "Icons\/Icon 32.png", "64": "Icons\/Icon 64.png", "128": "Icons\/Icon 128.png", "2000": "Icons\/Icon 2000.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "<all_urls>" ] }