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 |
| 公式URL | 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"
} | |