Pandora Made Better
Improvements to Pandora
Cos'è Pandora Made Better?
Pandora Made Better è un'estensione di Chrome sviluppata da William Sawyer, e la sua funzione principale è "Improvements to Pandora".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pandora Made Better
Scarica i file di estensione Pandora Made Better in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | gehmihiiaeebmlflnmegjmocnnjghcch |
| URL Ufficiale | https://chromewebstore.google.com/detail/pandora-made-better/gehmihiiaeebmlflnmegjmocnnjghcch |
| Descrizione | Improvements to Pandora |
| Dimensione del File | 127 KB |
| Conteggio Installazioni | 1,101 |
| Versione Corrente | 1.7 |
| Ultimo Aggiornamento | 2016-04-11 |
| Data di Pubblicazione | 2016-04-11 |
| Valutazione | 3.37/5 Totale 27 Valutazioni |
| Sviluppatore | William Sawyer |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |