Hotot+

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

Hotot+ là gì?

Hotot+ là một tiện ích mở rộng Chrome được phát triển bởi https://www.redsquirrel87.com, và tính năng chính của nó là "Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hotot+

Tải xuống các tệp mở rộng Hotot+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hotot+ Hotot+
ID pmfcfpompfkahkjemkmenehdjehchpfi
URL Chính Thức https://chromewebstore.google.com/detail/hotot+/pmfcfpompfkahkjemkmenehdjehchpfi
Mô tả Fixed and improved unofficial mod by Red Squirrel of Hotot, the famous and lightweight Twitter client.
Kích Thước Tệp 5.8 MB
Số Lần Cài Đặt 167
Phiên Bản Hiện Tại 11
Cập Nhật Lần Cuối 2017-11-08
Ngày Phát Hành 2017-11-08
Đánh Giá 5.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://www.redsquirrel87.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.redsquirrel87.com/hototplus
URL Trang Trợ Giúp http://www.redsquirrel87.com/hototplus
Ngôn Ngữ Được Hỗ Trợ 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"
}