Darker Pandora

This extension changes the colors of Pandora

Cos'è Darker Pandora?

Darker Pandora è un'estensione di Chrome sviluppata da kevkevin, e la sua funzione principale è "This extension changes the colors of Pandora".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Darker Pandora

Scarica i file di estensione Darker Pandora 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

                        This is a theme for Pandora so when all y'all night dwellers are working on what you do the bright colors of Pandora do not blind you. Also I would really appreciate any users to submit reviews good or bad and to include some criticism so I could improve on this extension. Thanks and please enjoy your darker Pandora.                    

Informazioni di Base sull'Estensione

Nome Darker Pandora Darker Pandora
ID leinejhjpdhfhpeeeibbakneignddpek
URL Ufficiale https://chromewebstore.google.com/detail/darker-pandora/leinejhjpdhfhpeeeibbakneignddpek
Descrizione This extension changes the colors of Pandora
Dimensione del File 298 KB
Conteggio Installazioni 441
Versione Corrente 0.0.0.30
Ultimo Aggiornamento 2017-03-10
Data di Pubblicazione 2017-03-10
Valutazione 4.65/5 Totale 17 Valutazioni
Sviluppatore kevkevin
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kevkevinpal/DarkPandora
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Darker Pandora",
    "short_name": "Dark Pandora",
    "description": "This extension changes the colors of Pandora",
    "version": "0.0.0.30",
    "browser_action": {
        "default_icon": "Pics\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/www.pandora.com\/*",
        "http:\/\/www.pandora.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "JS\/start.js"
            ],
            "matches": [
                "https:\/\/www.pandora.com\/*",
                "http:\/\/www.pandora.com\/*"
            ],
            "css": [
                "CSS\/darkpandora1.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "JS\/start.js",
        "CSS\/darkpandora.css"
    ]
}