Pandora Made Better
Improvements to Pandora
Pandora Made Better क्या है?
Pandora Made Better William Sawyer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improvements to Pandora"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pandora Made Better एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features: * Keeps a history of the last 10 songs played and allows playback. * Fast forwarding and rewinding songs by clicking on the progress bar. * Increased skip limit * Auto skip ads * Auto click are you still listening * Remove all background advertisement on Pandora. * Through the app button you can control the Pandora tab from other tabs. * Pandora tab title now shows the current song title.
एक्सटेंशन की मूल जानकारी
नाम | Pandora Made Better |
ID | gehmihiiaeebmlflnmegjmocnnjghcch |
आधिकारिक URL | https://chromewebstore.google.com/detail/pandora-made-better/gehmihiiaeebmlflnmegjmocnnjghcch |
विवरण | Improvements to Pandora |
फ़ाइल का आकार | 127 KB |
स्थापना संख्या | 1,101 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2016-04-11 |
प्रकाशन तिथि | 2016-04-11 |
रेटिंग | 3.37/5 कुल 27 रेटिंग्स |
डेवलपर | William Sawyer |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "*:\/\/*.pandora.com\/*", "*:\/\/*.p-cdn.com\/*", "tabs" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "js": [ "pandora.js" ], "css": [ "pandora.css" ], "matches": [ "*:\/\/*.pandora.com\/*" ] } ], "background": { "scripts": [ "jquery-2.1.1.min.js", "angular.min.js", "background.js" ] }, "description": "Improvements to Pandora", "icons": { "128": "pandora.png" }, "browser_action": { "default_icon": "pandora.png", "default_popup": "popup.html" }, "name": "Pandora Made Better", "version": "1.7" } |