Hotot+
Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.
Что такое Hotot+?
Hotot+ - это расширение Chrome, разработанное https://www.redsquirrel87.com, и его основная функция - "Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.".
Снимки экрана расширения
Скачать файл CRX расширения Hotot+
Скачайте файлы расширений Hotot+ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Hotot+ for Chrome is an unofficial mod of Hotot, the famous and lightweight Twitter client for Google Chrome. Hotot+ has more than 1000 changes than the original version, divided among (many) bugfixes, improvements and additions of new functions. A complete and detailed list of new features can be found at project's official page at http://www.redsquirrel87.com/hototplus
Основная информация о расширении
Название | Hotot+ |
ID | pmfcfpompfkahkjemkmenehdjehchpfi |
Официальный URL | https://chromewebstore.google.com/detail/hotot+/pmfcfpompfkahkjemkmenehdjehchpfi |
Описание | Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client. |
Размер файла | 5.8 MB |
Количество установок | 167 |
Текущая Версия | 11 |
Последнее Обновление | 2017-11-08 |
Дата публикации | 2017-11-08 |
Рейтинг | 5.00/5 Всего 17 оценок |
Разработчик | https://www.redsquirrel87.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.redsquirrel87.com/hototplus |
URL страницы помощи | http://www.redsquirrel87.com/hototplus |
Поддерживаемые языки | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Red Squirrel", "background": { "page": "background.html" }, "browser_action": { "default_icon": "image\/ic24_hotot.png", "default_title": "__MSG_hotot_goto__" }, "default_locale": "en", "description": "__MSG_hotot_description__", "homepage_url": "http:\/\/www.redsquirrel87.com\/Hotot+.php", "icons": { "128": "image\/ic128_hotot.png", "16": "image\/ic16_hotot.png", "24": "image\/ic24_hotot.png", "48": "image\/ic48_hotot.png", "64": "image\/ic64_hotot.png" }, "manifest_version": 2, "minimum_chrome_version": "40", "name": "Hotot+", "permissions": [ "contextMenus", "tabs", "unlimitedStorage", "notifications", "storage", "*:\/\/*\/*" ], "short_name": "Hotot+", "version": "11" } |