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": "Backit Plugin", "description": "__MSG_extDescription__", "version": "4.0.0", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "42": "icon\/42.png", "48": "icon\/48.png", "70": "icon\/70.png", "120": "icon\/120.png", "128": "icon\/128.png" }, "default_locale": "en", "author": "Backit Development Team", "permissions": [ "proxy", "notifications", "tabs", "storage", "webNavigation" ], "browser_specific_settings": { "gecko": { "id": "jid1-XAZYVkS6OPAR5Q@jetpack", "strict_min_version": "109.0" } }, "host_permissions": [ "http:\/\/*.backit.me\/", "https:\/\/*.backit.me\/" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Backit", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "content-scripts\/cs_index.css", "content-scripts\/cs_similar_goods.css" ], "js": [ "content-scripts\/cs_index.js", "content-scripts\/cs_search_integration.js", "content-scripts\/cs_similar_goods.js" ] } ] }