Merch by Amazon Dashboard 2.0

This extension beautify your Merch by Amazon Dashboard.

Cos'è Merch by Amazon Dashboard 2.0?

Merch by Amazon Dashboard 2.0 è un'estensione di Chrome sviluppata da codewebx, e la sua funzione principale è "This extension beautify your Merch by Amazon Dashboard.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Merch by Amazon Dashboard 2.0

Scarica i file di estensione Merch by Amazon Dashboard 2.0 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        For perfect results also install PrettyMerch extension. 

Activate dark mode by clicking on icon of the extension.                    

Informazioni di Base sull'Estensione

Nome Merch by Amazon Dashboard 2.0 Merch by Amazon Dashboard 2.0
ID kglbkjaedpmdeemlpbkdencjmmjepfjk
URL Ufficiale https://chromewebstore.google.com/detail/merch-by-amazon-dashboard/kglbkjaedpmdeemlpbkdencjmmjepfjk
Descrizione This extension beautify your Merch by Amazon Dashboard.
Dimensione del File 45.58 KB
Conteggio Installazioni 51
Versione Corrente 1.2
Ultimo Aggiornamento 2018-10-12
Data di Pubblicazione 2018-10-12
Sviluppatore codewebx
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}