Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Etsy Email Extractor & Downloader",
"description": "Extract and download Etsy order emails in CSV format. This extension is not affiliated with Etsy. Made by YTuong.me",
"version": "1.0.9",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-32.png",
"96": "img\/logo-96.png",
"128": "img\/logo-128.png",
"196": "img\/logo-196.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/logo-96.png"
},
"options_page": "options.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.chunk-18e1021c.bb1b4cee.js"
],
"matches": [
"*:\/\/*.etsy.com\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.etsy.com\/*"
],
"resources": [
"*"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.etsy.com\/*"
],
"resources": [
"assets\/chunk-18e1021c.js"
],
"use_dynamic_url": true
}
],
"permissions": [
"storage"
]
}