DMM Etsy Helper

DMM Etsy Helper

What is DMM Etsy Helper?

DMM Etsy Helper is a Chrome extension developed by https://dmmetsy.com, and its main feature is "DMM Etsy Helper".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download DMM Etsy Helper Extension CRX File

Download DMM Etsy Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Use this tool to show all hidden information on Etsy search page such as views, favorites, shop sales.                    

Extension Basic Information

Name DMM Etsy Helper DMM Etsy Helper
ID npngfddkncjgkckldddkmechfcbpgfkm
Official URL https://chromewebstore.google.com/detail/dmm-etsy-helper/npngfddkncjgkckldddkmechfcbpgfkm
Description DMM Etsy Helper
File Size 25.31 KB
Installation Count 9,509
Current Version 1.0.8
Last Updated 2023-05-28
Publish Date 2021-03-24
Rating 4.23/5 Total 13 Ratings
Developer https://dmmetsy.com
Email [email protected]
Payment Type free
Extension Website https://www.dmmetsy.com
Privacy Policy Page URL https://www.dmmetsy.com/policy/privacy/dmmetsy-helper
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "default_locale": "en",
    "name": "DMM Etsy Helper",
    "description": "DMM Etsy Helper",
    "permissions": [
        "https:\/\/www.etsy.com\/*",
        "https:\/\/etsy.com\/*",
        "https:\/\/www.dmmetsy.com\/*",
        "http:\/\/www.dmmetsy.com\/*",
        "https:\/\/dmmetsy.com\/*",
        "http:\/\/dmmetsy.com\/*"
    ],
    "version": "1.0.8",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/bootloader.js",
                "scripts\/core.js",
                "scripts\/list_page.js"
            ],
            "matches": [
                "*:\/\/www.etsy.com\/*"
            ]
        },
        {
            "js": [
                "scripts\/shop_page.js"
            ],
            "matches": [
                "*:\/\/www.etsy.com\/shop\/*"
            ]
        },
        {
            "js": [
                "scripts\/listing_page.js"
            ],
            "matches": [
                "*:\/\/www.etsy.com\/listing\/*"
            ]
        },
        {
            "js": [
                "scripts\/facebook.js"
            ],
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "128": "images\/icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "DMM Etsy Helper"
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "scripts\/*"
    ]
}