Plug Stats
This extension adds a stats panel for recent plays in plug.dj
Plug Statsとは何ですか?
Plug Statsはcallahanrtsによって開発されたChromeの拡張機能で、その主な機能は「This extension adds a stats panel for recent plays in plug.dj」です。
拡張機能のスクリーンショット
Plug Stats拡張機能のCRXファイルをダウンロード
Plug Stats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Plug Stats adds a panel to https://plug.dj that will display general statistics for the past 50 tracks played as well as every track played afterwards. Sort by woot, meh, or grab to get the insight you're looking for.
拡張機能の基本情報
名前 | Plug Stats |
ID | hkchjfpmpnamjjmideglanbidbhiglhj |
公式URL | https://chromewebstore.google.com/detail/plug-stats/hkchjfpmpnamjjmideglanbidbhiglhj |
説明 | This extension adds a stats panel for recent plays in plug.dj |
ファイルサイズ | 46.33 KB |
インストール数 | 22 |
現在のバージョン | 1.1 |
最終更新日 | 2016-11-03 |
公開日 | 2016-11-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | callahanrts |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Plug Stats", "description": "This extension adds a stats panel for recent plays in plug.dj", "version": "1.1", "content_scripts": [ { "matches": [ "*:\/\/plug.dj\/*" ], "js": [ "injector.js" ], "css": [ "css\/plug.css" ], "exclude_matches": [ "*:\/\/plug.dj\/about", "*:\/\/plug.dj\/terms", "*:\/\/plug.dj\/privacy" ] } ], "permissions": [], "web_accessible_resources": [ "css\/*.css", "*.js", "*.html" ] } |