Darker Pandora
This extension changes the colors of Pandora
Was ist Darker Pandora?
Darker Pandora ist eine Chrome-Erweiterung, die von kevkevin entwickelt wurde, und ihr Hauptmerkmal ist "This extension changes the colors of Pandora".
Erweiterungsscreenshots
Darker Pandora-Erweiterungs-CRX-Datei herunterladen
Laden Sie Darker Pandora-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | leinejhjpdhfhpeeeibbakneignddpek |
| Offizielle URL | https://chromewebstore.google.com/detail/darker-pandora/leinejhjpdhfhpeeeibbakneignddpek |
| Beschreibung | This extension changes the colors of Pandora |
| Dateigröße | 298 KB |
| Installationsanzahl | 441 |
| Aktuelle Version | 0.0.0.30 |
| Letztes Update | 2017-03-10 |
| Veröffentlichungsdatum | 2017-03-10 |
| Bewertung | 4.65/5 Insgesamt 17 Bewertungen |
| Entwickler | kevkevin |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/kevkevinpal/DarkPandora |
| Unterstützte Sprachen | 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"
]
} | |