Continuous Pandora Radio
Removes the Pandora are you still there message so your music remains uninterrupted
Co je Continuous Pandora Radio?
Continuous Pandora Radio je rozšíření Chrome vyvinuté sps, a jeho hlavní funkcí je „Removes the Pandora are you still there message so your music remains uninterrupted“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Continuous Pandora Radio
Stáhněte si soubory rozšíření Continuous Pandora Radio ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
keeps pandora running continuously by periodically simulating a mouse click on the page using javascript.
Základní Informace o Rozšíření
Název | |
ID | oedfojnbgecpjefbdohmgkgokkeghhaa |
Oficiální URL | https://chrome.google.com/webstore/detail/continuous-pandora-radio/oedfojnbgecpjefbdohmgkgokkeghhaa |
Popis | Removes the Pandora are you still there message so your music remains uninterrupted |
Velikost souboru | 9.46 KB |
Počet instalací | 552 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2014-12-04 |
Datum Vydání | 2014-12-04 |
Hodnocení | 4.29/5 Celkem 7 Hodnocení |
Vývojář | sps |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |