TastyPlug
a plug.dj extension
Что такое TastyPlug?
TastyPlug - это расширение Chrome, разработанное https://tastyplug.tastycat.org, и его основная функция - "a plug.dj extension".
Снимки экрана расширения
Скачать файл CRX расширения TastyPlug
Скачайте файлы расширений 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" ] } |