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 |
官方網址 | 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" ] } ] } |