Pandora Made Better
Improvements to Pandora
什麼是Pandora Made Better?
Pandora Made Better是由William Sawyer開發的Chrome擴展程式,該擴展的主要功能是“Improvements to Pandora”。
擴展截圖
下載Pandora Made Better擴展crx文件
下載Pandora Made Better擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features:
* Keeps a history of the last 10 songs played and allows playback.
* Fast forwarding and rewinding songs by clicking on the progress bar.
* Increased skip limit
* Auto skip ads
* Auto click are you still listening
* Remove all background advertisement on Pandora.
* Through the app button you can control the Pandora tab from other tabs.
* Pandora tab title now shows the current song title. 擴展基本資訊
| 名稱 | |
| ID | gehmihiiaeebmlflnmegjmocnnjghcch |
| 官方網址 | https://chromewebstore.google.com/detail/pandora-made-better/gehmihiiaeebmlflnmegjmocnnjghcch |
| 簡介 | Improvements to Pandora |
| 檔案大小 | 127 KB |
| 安裝次數 | 1,101 |
| 目前版本 | 1.7 |
| 更新時間 | 2016-04-11 |
| 上架時間 | 2016-04-11 |
| 評分 | 3.37/5 共 27 次評分 |
| 開發者 | William Sawyer |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"permissions": [
"*:\/\/*.pandora.com\/*",
"*:\/\/*.p-cdn.com\/*",
"tabs"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_scripts": [
{
"js": [
"pandora.js"
],
"css": [
"pandora.css"
],
"matches": [
"*:\/\/*.pandora.com\/*"
]
}
],
"background": {
"scripts": [
"jquery-2.1.1.min.js",
"angular.min.js",
"background.js"
]
},
"description": "Improvements to Pandora",
"icons": {
"128": "pandora.png"
},
"browser_action": {
"default_icon": "pandora.png",
"default_popup": "popup.html"
},
"name": "Pandora Made Better",
"version": "1.7"
} | |