Darker Pandora
This extension changes the colors of Pandora
Darker Pandora क्या है?
Darker Pandora kevkevin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension changes the colors of Pandora"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Darker Pandora एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Darker Pandora |
ID | leinejhjpdhfhpeeeibbakneignddpek |
आधिकारिक URL | https://chromewebstore.google.com/detail/darker-pandora/leinejhjpdhfhpeeeibbakneignddpek |
विवरण | This extension changes the colors of Pandora |
फ़ाइल का आकार | 298 KB |
स्थापना संख्या | 441 |
वर्तमान संस्करण | 0.0.0.30 |
अंतिम अपडेट | 2017-03-10 |
प्रकाशन तिथि | 2017-03-10 |
रेटिंग | 4.65/5 कुल 17 रेटिंग्स |
डेवलपर | kevkevin |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/kevkevinpal/DarkPandora |
समर्थित भाषाएँ | 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" ] } |