Darker Pandora
This extension changes the colors of Pandora
Co to jest Darker Pandora?
Darker Pandora to rozszerzenie Chrome opracowane przez kevkevin, a jego główną funkcją jest „This extension changes the colors of Pandora”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Darker Pandora
Pobierz pliki rozszerzeń Darker Pandora w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | leinejhjpdhfhpeeeibbakneignddpek |
| Oficjalny URL | https://chromewebstore.google.com/detail/darker-pandora/leinejhjpdhfhpeeeibbakneignddpek |
| Opis | This extension changes the colors of Pandora |
| Rozmiar pliku | 298 KB |
| Liczba instalacji | 441 |
| Aktualna Wersja | 0.0.0.30 |
| Ostatnia Aktualizacja | 2017-03-10 |
| Data Publikacji | 2017-03-10 |
| Ocena | 4.65/5 Łącznie 17 Oceny |
| Deweloper | kevkevin |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/kevkevinpal/DarkPandora |
| Obsługiwane Języki | 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"
]
} | |