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": "2.2.7",
"name": "EHunt - Etsy\u2122 Rank Tool",
"homepage_url": "https:\/\/etsyhunt.com\/",
"description": "Product & Shop analysis tools for all Etsy sellers. Make it easy to optimize your Etsy rank.",
"default_locale": "en",
"permissions": [
"alarms",
"tabs",
"cookies",
"storage"
],
"host_permissions": [
"*:\/\/*.etsyhunt.com\/*"
],
"optional_host_permissions": [
"*:\/\/*.ehunt.ai\/*"
],
"icons": {
"128": "icons\/icon.png"
},
"content_scripts": [
{
"js": [
"js\/chunk-vendors.js",
"js\/content.js"
],
"css": [
"css\/chunk-vendors.css",
"css\/main.css",
"css\/content.css"
],
"matches": [
"*:\/\/*.etsy.com\/c\/*",
"*:\/\/*.etsy.com\/featured\/*",
"*:\/\/*.etsy.com\/listing\/*\/*",
"*:\/\/*.etsy.com\/shop\/*",
"*:\/\/*.etsy.com\/search?*",
"*:\/\/*.etsy.com\/*"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "icons\/icon.png",
"default_title": "popup",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"fonts\/*"
],
"matches": [
"https:\/\/www.etsy.com\/*"
]
}
]
}