Emotes Anywhere
Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
Что такое Emotes Anywhere?
Emotes Anywhere - это расширение Chrome, разработанное Rhenier Kloppers, и его основная функция - "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments".
Снимки экрана расширения
Скачать файл CRX расширения Emotes Anywhere
Скачайте файлы расширений Emotes Anywhere в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Having emotes everywhere in your browser gets old after a few days, and could ruin potentially important text - enjoy this minimalistic addon that offers a balance between work & play - the best of both worlds. Simply install and you're good to go! Currently supported sites: Youtube, Reddit
Основная информация о расширении
Название | Emotes Anywhere |
ID | emhlcogdclinbkednbjgmfbdocfajbgm |
Официальный URL | https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm |
Описание | Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments |
Размер файла | 19.8 KB |
Количество установок | 270 |
Текущая Версия | 0.87 |
Последнее Обновление | 2019-06-14 |
Дата публикации | 2019-06-14 |
Разработчик | Rhenier Kloppers |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Emotes Anywhere", "short_name": "Emotes", "version": "0.87", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.reddit.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "description": "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments", "author": "Rhenier Kloppers", "browser_action": { "default_icon": "emotesanywhere.png", "default_title": "Popup here." }, "permissions": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.reddit.com\/*", "tabs" ] } |