Continuous Pandora Radio
Removes the Pandora are you still there message so your music remains uninterrupted
Qu'est-ce que Continuous Pandora Radio ?
Continuous Pandora Radio est une extension Chrome développée par sps, et sa fonction principale est "Removes the Pandora are you still there message so your music remains uninterrupted".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Continuous Pandora Radio
Téléchargez les fichiers d'extension Continuous Pandora Radio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
keeps pandora running continuously by periodically simulating a mouse click on the page using javascript.
Informations de Base sur l'Extension
Nom | |
ID | oedfojnbgecpjefbdohmgkgokkeghhaa |
URL Officiel | https://chrome.google.com/webstore/detail/continuous-pandora-radio/oedfojnbgecpjefbdohmgkgokkeghhaa |
Description | Removes the Pandora are you still there message so your music remains uninterrupted |
Taille du Fichier | 9.46 KB |
Nombre d'Installations | 552 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-12-04 |
Date de Publication | 2014-12-04 |
Évaluation | 4.29/5 Total 7 Évaluations |
Développeur | sps |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |