Darker Pandora

This extension changes the colors of Pandora

Qu'est-ce que Darker Pandora ?

Darker Pandora est une extension Chrome développée par kevkevin, et sa fonction principale est "This extension changes the colors of Pandora".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Darker Pandora

Téléchargez les fichiers d'extension Darker Pandora au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Darker Pandora Darker Pandora
ID leinejhjpdhfhpeeeibbakneignddpek
URL Officiel https://chromewebstore.google.com/detail/darker-pandora/leinejhjpdhfhpeeeibbakneignddpek
Description This extension changes the colors of Pandora
Taille du Fichier 298 KB
Nombre d'Installations 441
Version Actuelle 0.0.0.30
Dernière Mise à Jour 2017-03-10
Date de Publication 2017-03-10
Évaluation 4.65/5 Total 17 Évaluations
Développeur kevkevin
Type de Paiement free
Site Web de l'Extension https://github.com/kevkevinpal/DarkPandora
Langues Prises en Charge 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"
    ]
}