Hotot+

Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.

什么是Hotot+?

Hotot+是由https://www.redsquirrel87.com开发的Chrome扩展程序,该扩展的主要功能是“Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.”。

扩展截图

screenshot

下载Hotot+扩展crx文件

下载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+ 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"
}