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": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "2.3.2", "manifest_version": 3, "default_locale": "en", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi4aqDx3l8172PSYiibF3GCTBrEjQzTV8lea9DMAI+5H5d1w0Uvq0L9h3BSLqrpoxMxTDLvxgpM3cROuO0rBazR9zaOMDSxzy4e3aD9px6VlAIBuJXkBLoZF7p3qPLNPkf9gTyFV+JgOuoA9MM37heD5lwlv9px3Kiwbh\/9OYBGsYAippLdIyrZ+uYu+erhpEXzTMDzYLPbeQ8aVuPXIjacUUThk9r3zuRZw2Fz5jMHSRhLDo9gan6XBxkAGwsdKsVD2IFPmr+XBAojU9WL3v4euE0HgoEsWe+H35fpS3V4xjMh0vsxgQocjGytPWQojijwPsTWOj0uMQY8U3gJu81QIDAQAB", "author": "[email protected]", "permissions": [ "webRequest", "tabs", "webNavigation", "storage", "unlimitedStorage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "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": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] }