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": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "0.11.5", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "default_locale": "en", "action": [], "web_accessible_resources": [ { "resources": [ "inject.js" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "\/locales\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "\/icon\/128.png" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "content-scripts\/content.css" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "tabs", "sidePanel", "declarativeNetRequest", "contextMenus" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr8wXsdQIqhnRlV3DTWR+PmZZh23ShDtKtSO\/y0W07uokGCxSSFueWMOFfcey3KR+9Zg9uMTPc9pbln9yFKdJqd7SEWCcjZvsPkzTX1SfPK8Y\/WbkoY\/XIxHlwXOuQLaETIoHHER34i+D7lS41N8\/pklDGDEkuXnfKDj\/GGXOHAbHyjKQMXLo+c0X1M+gTh0Fyyx77vxwzxzysr4PZbRJpvh+wSEP+rFAYq97E\/tCL96DW5IUEYPAfRCpt\/8IWhNczLA5qT0WCc+dxw3H7aVIYndam7MsBFhvs\/1uZPH5VVw90Zh2dYYHxI+hX4LsW2E7\/k+OuJ2cMRFIAQfU\/0VJ3wIDAQAB", "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "side_panel": { "default_path": "sidepanel.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "all_frames": true, "run_at": "document_end", "js": [ "content-scripts\/content.js" ] } ] }