NeoGAF Dota 2 Emoticons
This extension adds the Dota 2 emoticons into the NeoGAF reply box.
Что такое NeoGAF Dota 2 Emoticons?
NeoGAF Dota 2 Emoticons - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension adds the Dota 2 emoticons into the NeoGAF reply box.".
Снимки экрана расширения
Скачать файл CRX расширения NeoGAF Dota 2 Emoticons
Скачайте файлы расширений NeoGAF Dota 2 Emoticons в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension adds the Dota 2 animated emoticons into a smiley box located below the standard NeoGAF reply box.
Основная информация о расширении
Название | NeoGAF Dota 2 Emoticons |
ID | beefjioejjdkeeeebbgdmpfeaocjpmhm |
Официальный URL | https://chromewebstore.google.com/detail/neogaf-dota-2-emoticons/beefjioejjdkeeeebbgdmpfeaocjpmhm |
Описание | This extension adds the Dota 2 emoticons into the NeoGAF reply box. |
Размер файла | 46.41 KB |
Количество установок | 42 |
Текущая Версия | 2.1 |
Последнее Обновление | 2016-04-05 |
Дата публикации | 2016-04-04 |
Рейтинг | 4.00/5 Всего 7 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NeoGAF Dota 2 Emoticons", "description": "This extension adds the Dota 2 emoticons into the NeoGAF reply box.", "version": "2.1", "permissions": [ "http:\/\/www.neogaf.com\/" ], "icons": { "128": "icon_128.png" }, "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery-2.1.3.min.js", "WaitForKeyElements.js", "emoticons.user.js" ], "matches": [ "http:\/\/www.neogaf.com\/forum\/newreply.php*", "http:\/\/www.neogaf.com\/forum\/newthread.php*", "http:\/\/www.neogaf.com\/forum\/editpost.php*", "http:\/\/www.neogaf.com\/forum\/private.php*" ] } ] } |