Plug Stats
This extension adds a stats panel for recent plays in plug.dj
Что такое Plug Stats?
Plug Stats - это расширение Chrome, разработанное callahanrts, и его основная функция - "This extension adds a stats panel for recent plays in plug.dj".
Снимки экрана расширения
Скачать файл CRX расширения Plug Stats
Скачайте файлы расширений 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" ] } |