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",
"name": "Etags - Etsy Tags Extractor",
"description": "A smart keyword SEO tool for Etsy, find Etsy listing tags, one click to copy all Etsy listing tags.",
"version": "1.0.6",
"manifest_version": 3,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/*.etsy.com\/**listing*"
],
"js": [
"libs\/jquery-3.2.1.min.js",
"libs\/content.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"permissions": [],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"libs\/*"
],
"matches": []
}
]
}