Twitch Animotes
Replace the default robot emotes with cute anime gifs.
Что такое Twitch Animotes?
Twitch Animotes - это расширение Chrome, разработанное Dangerpaws, и его основная функция - "Replace the default robot emotes with cute anime gifs.".
Снимки экрана расширения
Скачать файл CRX расширения Twitch Animotes
Скачайте файлы расширений Twitch Animotes в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simply install and this will automatically replace the robot emotes with cute anime gifs. Feel free to leave comments and suggestions. Find me @: https://twitter.com/channelerchris http://www.twitch.tv/channelerchris https://www.youtube.com/channel/UCDH1qXTuGUqrQsGu5I7qTtA dangerousmachinery.com
Основная информация о расширении
Название | |
ID | pbflnmlcobgpefmjfmbfanhagnemckkl |
Официальный URL | https://chromewebstore.google.com/detail/twitch-animotes/pbflnmlcobgpefmjfmbfanhagnemckkl |
Описание | Replace the default robot emotes with cute anime gifs. |
Размер файла | 17.45 KB |
Количество установок | 465 |
Текущая Версия | 3.1 |
Последнее Обновление | 2020-10-19 |
Дата публикации | 2020-10-19 |
Рейтинг | 4.78/5 Всего 27 оценок |
Разработчик | Dangerpaws |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Animotes", "version": "3.1", "description": "Replace the default robot emotes with cute anime gifs.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] } ] } |