Darker Pandora
This extension changes the colors of Pandora
Wat is Darker Pandora?
Darker Pandora is een Chrome-extensie ontwikkeld door kevkevin, en de belangrijkste functie is "This extension changes the colors of Pandora".
Extensie Screenshots
Download het CRX-bestand van de extensie Darker Pandora
Download Darker Pandora-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Darker Pandora |
ID | leinejhjpdhfhpeeeibbakneignddpek |
Officiële URL | https://chromewebstore.google.com/detail/darker-pandora/leinejhjpdhfhpeeeibbakneignddpek |
Beschrijving | This extension changes the colors of Pandora |
Bestandsgrootte | 298 KB |
Aantal Installaties | 441 |
Huidige Versie | 0.0.0.30 |
Laatst Bijgewerkt | 2017-03-10 |
Publicatiedatum | 2017-03-10 |
Beoordeling | 4.65/5 Totaal 17 Beoordelingen |
Ontwikkelaar | kevkevin |
Betalingswijze | free |
Extensiewebsite | https://github.com/kevkevinpal/DarkPandora |
Ondersteunde Talen | 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" ] } |