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 |
电子邮箱 | [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" ] } |