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", "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/logo_128.png" } }, "default_locale": "en", "description": "__MSG_extDesc__", "icons": { "128": "icons\/logo_128.png" }, "options_page": ".\/options.html", "manifest_version": 3, "name": "__MSG_extName__", "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.linkedradar.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/kodepay.io\/*" ], "js": [ "js\/kodepay-script.js" ], "run_at": "document_start" }, { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_end" } ], "permissions": [ "cookies", "storage", "unlimitedStorage" ], "version": "1.4.0" }