DiFmShuffle
Allows you to shuffle between stations at di.fm
DiFmShuffleとは何ですか?
DiFmShuffleはHebron Georgeによって開発されたChromeの拡張機能で、その主な機能は「Allows you to shuffle between stations at di.fm」です。
拡張機能のスクリーンショット
DiFmShuffle拡張機能のCRXファイルをダウンロード
DiFmShuffle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have you ever wanted to play a random station on Digitally Imported? Well, now you have a convenient button to do it for you! Version 1.3: - Functional again! - Now accounting for di.fm's renamed web player and channel structure Version 1.2: - Fixed to work on the new Digitally Imported site - Shuffle works along with the persistent player - Many thanks to @luqmaan Version 1.1: - Fixed bug where "Shuffle Channel" was over lapped by the log-in/sign-up buttons. Renamed button to "Shuffle".
拡張機能の基本情報
名前 | |
ID | lajekjgijdmpgdmogodpedkobhhmkgdj |
公式URL | https://chromewebstore.google.com/detail/difmshuffle/lajekjgijdmpgdmogodpedkobhhmkgdj |
説明 | Allows you to shuffle between stations at di.fm |
ファイルサイズ | 1.12 MB |
インストール数 | 23 |
現在のバージョン | 1.3 |
最終更新日 | 2017-04-22 |
公開日 | 2017-04-22 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | Hebron George |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/hebron-george/DiFmShuffle |
ヘルプページのURL | https://github.com/hebron-george/DiFmShuffle |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DiFmShuffle", "description": "Allows you to shuffle between stations at di.fm", "version": "1.3", "permissions": [ "http:\/\/di.fm\/*", "https:\/\/di.fm\/*", "http:\/\/www.di.fm\/*", "https:\/\/www.di.fm\/*" ], "web_accessible_resources": [ "injectButton.js" ], "content_scripts": [ { "matches": [ "http:\/\/www.di.fm\/*", "https:\/\/www.di.fm\/*", "http:\/\/di.fm\/*", "https:\/\/di.fm\/*" ], "js": [ "myscript.js" ], "run_at": "document_end" } ] } |