sodaG
Returns sodaG (and friends) to Twitch chat.
Что такое sodaG?
sodaG - это расширение Chrome, разработанное https://www.thedeadpixelsociety.com, и его основная функция - "Returns sodaG (and friends) to Twitch chat.".
Снимки экрана расширения
Скачать файл CRX расширения sodaG
Скачайте файлы расширений sodaG в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Modifies the Twitch chat pane to make the removed sodaG (and friends) emoticons available again for users of the extension.
Основная информация о расширении
Название | sodaG |
ID | bpaipbaiemikfhkocfcfaclnleninehe |
Официальный URL | https://chromewebstore.google.com/detail/sodag/bpaipbaiemikfhkocfcfaclnleninehe |
Описание | Returns sodaG (and friends) to Twitch chat. |
Размер файла | 45.59 KB |
Количество установок | 1,162 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2016-03-12 |
Дата публикации | 2016-03-11 |
Рейтинг | 4.50/5 Всего 8 оценок |
Разработчик | https://www.thedeadpixelsociety.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "sodaG", "version": "1.0.3", "description": "Returns sodaG (and friends) to Twitch chat.", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "32": "sodaG_32.png", "64": "sodaG_64.png", "128": "sodaG_128.png" } } |