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 |
官方網址 | 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" ] } |