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.3.0",
"name": "__MSG_name__",
"description": "__MSG_description__",
"homepage_url": "https:\/\/chrome.google.com",
"default_locale": "en",
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"*:\/\/*.etsyhunt.com\/*"
],
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.etsy.com\/listing\/*",
"*:\/\/*.etsy.com\/*\/listing\/*",
"*:\/\/*.etsy.com\/shop\/*",
"*:\/\/*.etsy.com\/*\/shop\/*",
"*:\/\/*.etsy.com\/*"
],
"js": [
"js\/content.js"
],
"css": [
"css\/content.css"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"action": {
"default_icon": "icon\/icon48.png",
"default_title": "popup",
"default_popup": ""
},
"web_accessible_resources": [
{
"resources": [
"images\/*",
"icon\/*"
],
"matches": [
"https:\/\/www.etsy.com\/*"
]
}
]
}