Plug.Dj Helper
Shows past played songs on screen, and helps assist with finding plug.dj Music
Plug.Dj Helperとは何ですか?
Plug.Dj HelperはWarfront1 (Tvcontrolsyou)によって開発されたChromeの拡張機能で、その主な機能は「Shows past played songs on screen, and helps assist with finding plug.dj Music」です。
拡張機能のスクリーンショット
Plug.Dj Helper拡張機能のCRXファイルをダウンロード
Plug.Dj Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Lists all past listened to songs (Band Name, and Song Name), and provides a link to download an External MP3 File.
拡張機能の基本情報
名前 | ![]() |
ID | fmdpdfbkgkgmeeffakfodolhhkdoglnb |
公式URL | https://chrome.google.com/webstore/detail/plugdj-helper/fmdpdfbkgkgmeeffakfodolhhkdoglnb |
説明 | Shows past played songs on screen, and helps assist with finding plug.dj Music |
ファイルサイズ | 47.86 KB |
インストール数 | 15 |
現在のバージョン | 1.0 |
最終更新日 | 2014-08-14 |
公開日 | 2014-08-14 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Warfront1 (Tvcontrolsyou) |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plug.Dj Helper", "version": "1.0", "description": "Shows past played songs on screen, and helps assist with finding plug.dj Music", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/plug.dj\/*" ], "js": [ "jquery-2.1.1.min.js", "Plugin.js" ] } ], "page_action": { "default_icon": "icon-19.png", "default_title": "Plug.dj Helper Running - Love Warfront1!" }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |