Merch by Amazon Dashboard 2.0

This extension beautify your Merch by Amazon Dashboard.

What is Merch by Amazon Dashboard 2.0?

Merch by Amazon Dashboard 2.0 is a Chrome extension developed by codewebx, and its main feature is "This extension beautify your Merch by Amazon Dashboard.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Merch by Amazon Dashboard 2.0 Extension CRX File

Download Merch by Amazon Dashboard 2.0 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

                        For perfect results also install PrettyMerch extension. 

Activate dark mode by clicking on icon of the extension.                    

Extension Basic Information

Name Merch by Amazon Dashboard 2.0 Merch by Amazon Dashboard 2.0
ID kglbkjaedpmdeemlpbkdencjmmjepfjk
Official URL https://chromewebstore.google.com/detail/merch-by-amazon-dashboard/kglbkjaedpmdeemlpbkdencjmmjepfjk
Description This extension beautify your Merch by Amazon Dashboard.
File Size 45.58 KB
Installation Count 51
Current Version 1.2
Last Updated 2018-10-12
Publish Date 2018-10-12
Developer codewebx
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Merch by Amazon Dashboard 2.0",
    "version": "1.2",
    "manifest_version": 2,
    "description": "This extension beautify your Merch by Amazon Dashboard.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/merchdesign-for-merch-by\/lideilkljleemchjfboaidkkfoihcomc?hl=de",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/merch.amazon.com\/*"
    ],
    "background": {
        "scripts": [
            "src\/bg\/background.js",
            "js\/jquery.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/merch.amazon.com\/*"
            ],
            "css": [
                "src\/css\/light-mode.css"
            ],
            "js": [
                "js\/jquery.js",
                "src\/bg\/browseraction.js"
            ]
        }
    ]
}