PandeX
The ultimate Pandora upgrade
PandeX क्या है?
PandeX OutSail द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The ultimate Pandora upgrade"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PandeX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Upgrades the online version of Pandora to create the ultimate Pandora experience. Features: -Popup control panel -Download songs -changeable download format -Song change notification -Search songs on YouTube -Preview previous songs in popup Note: As of now you can only download and preview the last five songs that were listened to previously regardless of station. we are currently working on a way to optimally fix this issue. Also this extension is not perfect so please leave feedback or suggestions by sending an email to the email specified below, or leave a support ticket. thank you for your feedback.
एक्सटेंशन की मूल जानकारी
नाम | PandeX |
ID | oilmcbjjhfkjaddklfcffpkkbfimkmgp |
आधिकारिक URL | https://chromewebstore.google.com/detail/pandex/oilmcbjjhfkjaddklfcffpkkbfimkmgp |
विवरण | The ultimate Pandora upgrade |
फ़ाइल का आकार | 637 KB |
स्थापना संख्या | 106 |
वर्तमान संस्करण | 0.2.2 |
अंतिम अपडेट | 2017-04-27 |
प्रकाशन तिथि | 2017-04-27 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | OutSail |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/jquery.js", "js\/background.js", "js\/downloader.js", "js\/ad\/prevent.js" ] }, "browser_action": { "default_icon": "photos\/face.png", "default_popup": "html\/popup.html", "default_title": "PandeX" }, "content_scripts": [ { "css": [ "css\/buttonStyler.css" ], "js": [ "js\/jquery.js", "js\/main.js" ], "matches": [ "http:\/\/*.pandora.com\/*", "https:\/\/*.pandora.com\/*" ] } ], "description": "The ultimate Pandora upgrade", "icons": { "128": "photos\/icon128.png", "16": "photos\/icon16.png", "48": "photos\/icon48.png" }, "manifest_version": 2, "name": "PandeX", "short_name": "PandeX", "permissions": [ "notifications", "tabs", "*:\/\/*\/*", "*:\/\/*.p-cdn.com\/*", "webRequest", "webRequestBlocking", "activeTab" ], "version": "0.2.2", "web_accessible_resources": [ "photos\/*", "js\/*" ] } |