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", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "2.4.2", "short_name": "__MSG_brandName__", "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "32": "icons\/32.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "default_locale": "en", "homepage_url": "https:\/\/simplycodes.com\/", "action": { "default_title": "__MSG_browserActionName__", "default_icon": { "16": "\/icons\/inactive-16.png", "19": "\/icons\/inactive-19.png", "32": "\/icons\/inactive-32.png", "38": "\/icons\/inactive-38.png", "48": "\/icons\/inactive-48.png", "128": "\/icons\/inactive-128.png", "256": "\/icons\/inactive-256.png" } }, "permissions": [ "storage", "scripting" ], "host_permissions": [ "<all_urls>" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' data: https:\/\/simplycodes.com https:\/\/cdn.simplycodes.com https:\/\/images.simplycodes.com; font-src 'self' data: https:\/\/storage.googleapis.com https:\/\/images.simplycodes.com;" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content-scripts\/content.js" ] }, { "matches": [ "<all_urls>" ], "run_at": "document_start", "js": [ "content-scripts\/intercept.js" ], "world": "MAIN" } ], "web_accessible_resources": [ { "resources": [ "content-scripts\/content.css" ], "matches": [ "<all_urls>" ] } ] }