Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Sep 09, 2025.
{ "manifest_version": 3, "name": "__MSG_app_name__", "version": "1.0.6", "description": "__MSG_app_description__", "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_popup": "popup\/popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "all_frames": false, "js": [ "content.js" ], "matches": [ "*:\/\/*.costco.com\/*", "*:\/\/*.costco.de\/*", "*:\/\/*.costco.fr\/*", "*:\/\/*.costco.co.uk\/*", "*:\/\/*.costco.it\/*", "*:\/\/*.costco.es\/*", "*:\/\/*.costco.co.jp\/*", "*:\/\/*.costco.com.au\/*", "*:\/\/*.costco.ca\/*", "*:\/\/*.costco.in\/*", "*:\/\/*.costco.ae\/*", "*:\/\/*.costco.com.mx\/*", "*:\/\/*.costco.com.br\/*", "*:\/\/*.costco.com.tr\/*", "*:\/\/*.costco.nl\/*", "*:\/\/*.costco.ie\/*", "*:\/\/*.costco.be\/*", "*:\/\/*.costco.at\/*", "*:\/\/*.costco.ch\/*", "*:\/\/*.costco.se\/*", "*:\/\/*.costco.dk\/*", "*:\/\/*.costco.no\/*", "*:\/\/*.costco.fi\/*", "*:\/\/*.costco.pt\/*", "*:\/\/*.costco.pl\/*", "*:\/\/*.costco.ru\/*", "*:\/\/*.costco.co.nz\/*", "*:\/\/*.costco.sg\/*", "*:\/\/*.costco.co.kr\/*", "*:\/\/*.costco.co.th\/*", "*:\/\/*.costco.com.my\/*", "*:\/\/*.costco.com.ph\/*", "*:\/\/*.costco.com.ar\/*", "*:\/\/*.costco.cl\/*", "*:\/\/*.costco.com.co\/*", "*:\/\/*.costco.pe\/*", "*:\/\/*.costco.co.za\/*", "*:\/\/*.costco.com.vn\/*", "*:\/\/*.costco.co.id\/*", "*:\/\/*.costco.sa\/*", "*:\/\/*.costco.com.kw\/*", "*:\/\/*.costco.com.hk\/*", "*:\/\/*.costco.tw\/*", "*:\/\/*.costco.com.cn\/*", "*:\/\/*.costco.gr\/*", "*:\/\/*.costco.hu\/*", "*:\/\/*.costco.cz\/*", "*:\/\/*.costco.sk\/*", "*:\/\/*.costco.ro\/*", "*:\/\/*.costco.bg\/*", "*:\/\/*.costco.hr\/*", "*:\/\/*.costco.rs\/*", "*:\/\/*.costco.si\/*", "*:\/\/*.costco.lv\/*", "*:\/\/*.costco.lt\/*", "*:\/\/*.costco.ee\/*" ], "type": "module", "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "util\/index.js", "assets\/index.js", "util\/jszip.min.js" ], "type": "module" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "*:\/\/*.costco.com\/*", "*:\/\/*.costco.de\/*", "*:\/\/*.costco.fr\/*", "*:\/\/*.costco.co.uk\/*", "*:\/\/*.costco.it\/*", "*:\/\/*.costco.es\/*", "*:\/\/*.costco.co.jp\/*", "*:\/\/*.costco.com.au\/*", "*:\/\/*.costco.ca\/*", "*:\/\/*.costco.in\/*", "*:\/\/*.costco.ae\/*", "*:\/\/*.costco.com.mx\/*", "*:\/\/*.costco.com.br\/*", "*:\/\/*.costco.com.tr\/*", "*:\/\/*.costco.nl\/*", "*:\/\/*.costco.ie\/*", "*:\/\/*.costco.be\/*", "*:\/\/*.costco.at\/*", "*:\/\/*.costco.ch\/*", "*:\/\/*.costco.se\/*", "*:\/\/*.costco.dk\/*", "*:\/\/*.costco.no\/*", "*:\/\/*.costco.fi\/*", "*:\/\/*.costco.pt\/*", "*:\/\/*.costco.pl\/*", "*:\/\/*.costco.ru\/*", "*:\/\/*.costco.co.nz\/*", "*:\/\/*.costco.sg\/*", "*:\/\/*.costco.co.kr\/*", "*:\/\/*.costco.co.th\/*", "*:\/\/*.costco.com.my\/*", "*:\/\/*.costco.com.ph\/*", "*:\/\/*.costco.com.ar\/*", "*:\/\/*.costco.cl\/*", "*:\/\/*.costco.com.co\/*", "*:\/\/*.costco.pe\/*", "*:\/\/*.costco.co.za\/*", "*:\/\/*.costco.com.vn\/*", "*:\/\/*.costco.co.id\/*", "*:\/\/*.costco.sa\/*", "*:\/\/*.costco.com.kw\/*", "*:\/\/*.costco.com.hk\/*", "*:\/\/*.costco.tw\/*", "*:\/\/*.costco.com.cn\/*", "*:\/\/*.costco.gr\/*", "*:\/\/*.costco.hu\/*", "*:\/\/*.costco.cz\/*", "*:\/\/*.costco.sk\/*", "*:\/\/*.costco.ro\/*", "*:\/\/*.costco.bg\/*", "*:\/\/*.costco.hr\/*", "*:\/\/*.costco.rs\/*", "*:\/\/*.costco.si\/*", "*:\/\/*.costco.lv\/*", "*:\/\/*.costco.lt\/*", "*:\/\/*.costco.ee\/*" ], "default_locale": "zh_CN", "background": { "service_worker": "background.js" }, "author": "Costco_img_001", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" }