DotChat
For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…
Что такое DotChat?
DotChat - это расширение Chrome, разработанное Lime, и его основная функция - "For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…".
Снимки экрана расширения
Скачать файл CRX расширения DotChat
Скачайте файлы расширений DotChat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which increases the interaction between viewers and streamers.
Основная информация о расширении
Название | DotChat |
ID | dgadhpmlfghhmiladkdodenkkcoiplcm |
Официальный URL | https://chromewebstore.google.com/detail/dotchat/dgadhpmlfghhmiladkdodenkkcoiplcm |
Описание | For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which… |
Размер файла | 165 KB |
Количество установок | 6,544 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2021-02-07 |
Дата публикации | 2021-01-30 |
Рейтинг | 3.99/5 Всего 98 оценок |
Разработчик | Lime |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DotChat", "version": "1.0.2", "icons": { "128": "icon_128x128.png", "64": "icon_64x64.png", "16": "icon_16x16.png" }, "content_scripts": [ { "js": [ "jquery-3.5.1.min.js", "content.js" ], "matches": [ "https:\/\/www.youtube.com\/live_chat?*" ], "all_frames": true } ], "web_accessible_resources": [ "*.png", "chat\/*.*" ] } |