Dota 2 Emoticons
Replaces the Dota 2 emoticons text with the emoticon images.
Что такое Dota 2 Emoticons?
Dota 2 Emoticons - это расширение Chrome, разработанное DareTheDev, и его основная функция - "Replaces the Dota 2 emoticons text with the emoticon images.".
Снимки экрана расширения
Скачать файл CRX расширения Dota 2 Emoticons
Скачайте файлы расширений Dota 2 Emoticons в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replaces the Dota 2 emoticons text with the emoticon images.
Основная информация о расширении
Название | Dota 2 Emoticons |
ID | hijlllihflgggobkajnjebpgeofnbpjb |
Официальный URL | https://chromewebstore.google.com/detail/dota-2-emoticons/hijlllihflgggobkajnjebpgeofnbpjb |
Описание | Replaces the Dota 2 emoticons text with the emoticon images. |
Размер файла | 49.88 KB |
Количество установок | 120 |
Текущая Версия | 1.1 |
Последнее Обновление | 2014-07-02 |
Дата публикации | 2014-07-02 |
Рейтинг | 4.44/5 Всего 9 оценок |
Разработчик | DareTheDev |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/*.gif" ], "icons": { "32": "icon32.png" }, "description": "Replaces the Dota 2 emoticons text with the emoticon images.", "manifest_version": 2, "name": "Dota 2 Emoticons", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |