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", "version": "1.0.4", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "identity", "scripting", "downloads" ], "host_permissions": [ "*:\/\/costcoimagesdownloader.extensionsbox.com\/*", "*:\/\/*.costco.com\/*", "*:\/\/*.costco.com.au\/*", "*:\/\/*.costco.ca\/*", "*:\/\/*.costco.fr\/*", "*:\/\/*.costco.is\/*", "*:\/\/*.costco.co.jp\/*", "*:\/\/*.costco.co.nz\/*", "*:\/\/*.costco.co.kr\/*", "*:\/\/*.costco.es\/*", "*:\/\/*.costco.se\/*", "*:\/\/*.costco.com.tw\/*", "*:\/\/*.costco.co.uk\/*", "*:\/\/*.ca-richimage.com\/*", "*:\/\/*.costco-static.com\/*", "*:\/\/*.costco-static.com.au\/*", "*:\/\/*.costco-static.ca\/*", "*:\/\/*.costco-static.fr\/*", "*:\/\/*.costco-static.is\/*", "*:\/\/*.costco-static.co.jp\/*", "*:\/\/*.costco-static.co.nz\/*", "*:\/\/*.costco-static.co.kr\/*", "*:\/\/*.costco-static.es\/*", "*:\/\/*.costco-static.se\/*", "*:\/\/*.costco-static.com.tw\/*", "*:\/\/*.costco-static.co.uk\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.costco.com\/*", "*:\/\/*.costco.com.au\/*", "*:\/\/*.costco.ca\/*", "*:\/\/*.costco.fr\/*", "*:\/\/*.costco.is\/*", "*:\/\/*.costco.co.jp\/*", "*:\/\/*.costco.co.nz\/*", "*:\/\/*.costco.co.kr\/*", "*:\/\/*.costco.es\/*", "*:\/\/*.costco.se\/*", "*:\/\/*.costco.com.tw\/*", "*:\/\/*.costco.co.uk\/*" ], "js": [ "contentScript.js" ], "css": [ "style.css" ], "run_at": "document_end", "all_frames": false } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxc3q1cCRiUzAIwOmUH6\/3486GICKppFTBWXm88JYtzIHEVJEtpdK8dJMIF5d1YqeNcR4hpi\/WMTd9tnA0OnNa9iVogIFWutnmyTQZnG0m4RMKBIHYWVVA1kI5JCwuluKWGaRgz8EPBDsXobPPGDy4HcTn3y1RCnK+xL0b2GTkbkxIxd+YsJPTIo7IptBa40iDLzzsRMTZ8W2Z29GPBlNu98E7k716nN+5S06JAslGAz9+7hjYk1E2JQH+9uvW9UvV0YRaTA04s\/E9NSPkymxM1bEIAJiOZCqsBpJvR+VaVQOO+SYvLKRy62htqRfWB5bPGvEVTNwq2aV07G4ZfpyBQIDAQAB", "oauth2": { "client_id": "952009470024-cqp50q6tsofsjomhe2v16aq3dbbt4nac.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "libs\/*", "injected.js", "downloader.html" ], "matches": [ "<all_urls>" ] } ] }