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_extName__", "description": "__MSG_extDescription__", "version": "0.0.0.48", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "index.bundle.js", "searchByImage.bundle.js", "shopeeIndex.bundle.js", "alibabaIndex.bundle.js", "sheinIndex.bundle.js", "temuIndex.bundle.js", "amazonIndex.bundle.js", "brokerqxIndex.bundle.js", "iqbrokerIndex.bundle.js", "ebinexIndex.bundle.js", "mercadoLivreIndex.bundle.js", "navigationListener.bundle.js" ], "run_at": "document_end" } ], "action": [], "background": { "service_worker": "background.bundle.js" }, "permissions": [ "contextMenus", "storage" ], "web_accessible_resources": [ { "resources": [ "images\/aliAssist.png", "images\/mercado-livre-logo.png", "images\/local.png", "bootstrap-5.0.2-dist\/css\/bootstrap.min.css", "styles\/calculator.css", "bootstrap-5.0.2-dist\/js\/bootstrap.bundle.min.js" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "default_locale": "en" }