Continuous Pandora Radio
Removes the Pandora are you still there message so your music remains uninterrupted
Cos'è Continuous Pandora Radio?
Continuous Pandora Radio è un'estensione di Chrome sviluppata da sps, e la sua funzione principale è "Removes the Pandora are you still there message so your music remains uninterrupted".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Continuous Pandora Radio
Scarica i file di estensione Continuous Pandora Radio 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
keeps pandora running continuously by periodically simulating a mouse click on the page using javascript.
Informazioni di Base sull'Estensione
Nome | |
ID | oedfojnbgecpjefbdohmgkgokkeghhaa |
URL Ufficiale | https://chrome.google.com/webstore/detail/continuous-pandora-radio/oedfojnbgecpjefbdohmgkgokkeghhaa |
Descrizione | Removes the Pandora are you still there message so your music remains uninterrupted |
Dimensione del File | 9.46 KB |
Conteggio Installazioni | 552 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-12-04 |
Data di Pubblicazione | 2014-12-04 |
Valutazione | 4.29/5 Totale 7 Valutazioni |
Sviluppatore | sps |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Continuous Pandora Radio", "description": "Removes the Pandora are you still there message so your music remains uninterrupted", "version": "1.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.pandora.com\/", "http:\/\/*.pandora.com\/" ], "js": [ "script.js" ] } ] } |