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_ext_name__", "description": "__MSG_ext_description__", "options_page": "options.html", "default_locale": "en", "background": { "service_worker": "background.bundle.js" }, "action": { "default_icon": "icon-small.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.alibaba.com\/*", "*:\/\/*.tmall.com\/*", "*:\/\/*.taobao.com\/*", "*:\/\/*.baidu.com\/*", "*:\/\/*.google.com\/*", "*:\/\/*.made-in-china.com\/*", "*:\/\/*.vvic.com\/*" ], "js": [ "searchImageCt.bundle.js" ], "all_frames": true }, { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.alibaba.com\/*", "*:\/\/*.taobao.com\/*", "*:\/\/*.tmall.com\/*", "*:\/\/*.baidu.com\/*", "*:\/\/*.google.com\/*", "*:\/\/*.made-in-china.com\/*", "*:\/\/*.vvic.com\/*" ], "js": [ "js\/searchImage.js" ], "world": "MAIN", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "contentScript.bundle.js" ], "css": [ "simg\/css\/searchimg.css" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "pageScript.bundle.js" ], "world": "MAIN" } ], "permissions": [ "declarativeNetRequest", "downloads", "tabs", "storage", "contextMenus" ], "host_permissions": [ "<all_urls>" ], "commands": { "CMD_DOWNLOAD_ALL_TABS": { "suggested_key": "Alt+X", "description": "__MSG_key_dl_all_tabs__" } }, "web_accessible_resources": [ { "resources": [ "icon-small.png", "icon.png", "aiscripts3\/*", "*.html" ], "matches": [ "<all_urls>" ] } ], "version": "3.5.27" }