TastyPlug
a plug.dj extension
什么是TastyPlug?
TastyPlug是由https://tastyplug.tastycat.org开发的Chrome扩展程序,该扩展的主要功能是“a plug.dj extension”。
扩展截图
下载TastyPlug扩展crx文件
下载TastyPlug扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Some things like slash commands and private messaging will be broken and down until they have new alternatives. TastyPlug is a script for use on plug.dj. It includes features such as Autowoot, Autojoin, Additional Emotes, and some special Tastycat-only goodies like Tastybot interaction and a way to check how many times your song has played. This is the Google Chrome extension for TastyPlug. If you are looking for other install methods, please see this page: http://tastyplug.tastycat.org
扩展基本信息
名称 | TastyPlug |
ID | faccgibalfdoihmenknhpfhldkmgaang |
官方URL | https://chromewebstore.google.com/detail/tastyplug/faccgibalfdoihmenknhpfhldkmgaang |
简介 | a plug.dj extension |
文件大小 | 78.71 KB |
安装次数 | 3,136 |
当前版本 | 3.9.3 |
更新时间 | 2016-10-18 |
上架时间 | 2016-10-18 |
评分 | 4.43/5 共217次评分 |
开发者 | https://tastyplug.tastycat.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tastyplug.tastycat.org |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TastyPlug", "description": "a plug.dj extension", "version": "3.9.3", "applications": { "gecko": { "id": "[email protected]" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "*:\/\/*.plug.dj\/*" ], "content_scripts": [ { "matches": [ "*:\/\/plug.dj\/*" ], "exclude_matches": [ "*:\/\/plug.dj\/about", "*:\/\/plug.dj\/terms", "*:\/\/plug.dj\/privacy" ], "js": [ "loader.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "tastyplug.core.js", "bootstrap.js", "jquery-ui.custom.js" ] } |