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, "version": "10.70.0.21414", "name": "__MSG_extName__", "short_name": "Karma", "description": "__MSG_extDescription__", "author": "Karma", "action": { "default_icon": { "19": "img\/logo_prod_supported.png", "38": "img\/logo_prod_supported.png" }, "default_title": "__MSG_extDefaultTitle__" }, "icons": { "16": "img\/logo_prod_supported.png", "48": "img\/logo_prod_supported.png", "128": "img\/logo_prod_supported.png" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "fonts\/*.*", "img\/*.*", "js\/*.*", "lottie\/*.*", "rules\/*.*" ] } ], "background": { "service_worker": "background.worker.js" }, "homepage_url": "https:\/\/www.karmanow.com", "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/karmanow.com\/*", "*:\/\/*.karmanow.com\/*" ] }, "permissions": [ "tabs", "scripting", "webRequest" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*.karmanow.com\/*" ], "js": [ "js\/authorizationListener.bundle.js" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*\/*.json", "*:\/\/*\/*.pdf", "*:\/\/*\/*.jpeg", "*:\/\/*\/*.jpg", "*:\/\/*\/*.png", "*:\/\/*\/*.svg" ], "js": [ "js\/shoptagrJQ.bundle.js", "js\/shoptagrInterpreter.bundle.js", "js\/inject.bundle.js" ] } ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "default_locale": "en" }