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": "Etsy Email Extractor",
"description": "Extract your Etsy customers emails",
"version": "1.1",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": "logo.png"
},
"background": {
"service_worker": "firebase.js"
},
"permissions": [
"activeTab",
"scripting",
"storage"
]
}