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 } |