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": "Bytedance-Check-Track", "description": "The Bytedance-Check-Track is a plug-in that monitors whether your TikTok Pixel is functioning properly.", "version": "2.3.1", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkTc1ZPjIUTOWvz7MIAD\/oswP4I5zT3m33\/vsi4xkK27H70Ee69lqW75Wc7P2I0qqfh6VejsSw\/FlbKZx+vN42Vdw9z1LLYGCpeTnNvGGzSwVBLtfyeZS3V\/IdrQmRatZ1c6aiigV1nHxnpMxSYeS+X69NFWu53Xl\/JYWqNXeKBxSHKXLT9\/qv2dKvYvRjJqwF4ld+oXULcQN4TQGw96AhOXowWNfTYbxT5oe1SFddONeYXuaq0knTZHXDf3tB4GLF\/Mp3RanOUwYXnVuHSRXfqhTB492oJj92kCJu6dD8fcE2F3Cl4Ldts8gAWqBBfrokgi50QG1dX9iieMt8j\/TIQIDAQAB", "author": "[email protected]", "permissions": [ "webRequest", "tabs", "webNavigation", "storage", "unlimitedStorage" ], "host_permissions": [ "<all_urls>" ], "icons": { "16": "images\/pixel_helper_active_icon_1.png", "32": "images\/pixel_helper_active_icon_2.png", "48": "images\/pixel_helper_active_icon_3.png", "128": "images\/pixel_helper_active_icon_4.png" }, "action": { "default_icon": { "16": "images\/pixel_helper_icon_1.png", "32": "images\/pixel_helper_icon_2.png", "48": "images\/pixel_helper_icon_3.png", "128": "images\/pixel_helper_icon_4.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "<all_urls>" ] } ] }