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": "Simple Allow Copy", "version": "0.8.8", "description": "Allow Copy on every website", "icons": { "16": "icons\/active.png", "48": "icons\/active.png", "128": "icons\/active.png" }, "action": { "default_icon": { "16": "icons\/inactive.png" }, "default_title": "Allow Copy" }, "background": { "service_worker": "background\/wrapper.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_scripts\/proxy.js", "content_scripts\/unlocker.js", "content_scripts\/index.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "content_scripts\/copy.js" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "tabs" ] }