Continuous Pandora Radio
Removes the Pandora are you still there message so your music remains uninterrupted
Continuous Pandora Radioとは何ですか?
Continuous Pandora Radioはspsによって開発されたChromeの拡張機能で、その主な機能は「Removes the Pandora are you still there message so your music remains uninterrupted」です。
拡張機能のスクリーンショット
Continuous Pandora Radio拡張機能のCRXファイルをダウンロード
Continuous Pandora Radio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
keeps pandora running continuously by periodically simulating a mouse click on the page using javascript.
拡張機能の基本情報
名前 | |
ID | oedfojnbgecpjefbdohmgkgokkeghhaa |
公式URL | https://chrome.google.com/webstore/detail/continuous-pandora-radio/oedfojnbgecpjefbdohmgkgokkeghhaa |
説明 | Removes the Pandora are you still there message so your music remains uninterrupted |
ファイルサイズ | 9.46 KB |
インストール数 | 552 |
現在のバージョン | 1.1 |
最終更新日 | 2014-12-04 |
公開日 | 2014-12-04 |
評価 | 4.29/5 合計 7 レビュー |
開発者 | sps |
支払い方法 | free |
対応言語 | 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" ] } ] } |