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, "version": "1.2.4", "name": "__MSG_title__", "description": "__MSG_description__", "homepage_url": "https:\/\/chrome.google.com", "default_locale": "en", "permissions": [ "tabs", "cookies", "storage" ], "host_permissions": [ "*:\/\/*.esale.io\/*" ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon16.png", "128": "icon\/icon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.etsy.com\/*" ], "js": [ "js\/chunk-vendors.js", "js\/content.js" ], "css": [ "css\/chunk-vendors.css", "css\/main.css", "css\/content.css" ], "run_at": "document_start" } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "icon\/icon16.png", "default_title": "popup", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "icon\/*", "icons\/*" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'" } }