Twitter UnHooked

Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.

Twitter UnHooked là gì?

Twitter UnHooked là một tiện ích mở rộng Chrome được phát triển bởi Pamela Fox, và tính năng chính của nó là "Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.".

Ả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 Twitter UnHooked

Tải xuống các tệp mở rộng Twitter UnHooked 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

                        This extension will still let you use Twitter for composing tweets and following your network, but it changes the Twitter experience to be less addictive. This extension removes the Trends sidebar, the Who-to-follow sidebar, plus it changes the notifications count to be less attention-grabbing.                    

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

Tên Twitter UnHooked Twitter UnHooked
ID imcokhibdjkdgepeadnipppignmnicnb
URL Chính Thức https://chromewebstore.google.com/detail/twitter-unhooked/imcokhibdjkdgepeadnipppignmnicnb
Mô tả Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.
Kích Thước Tệp 4.22 KB
Số Lần Cài Đặt 213
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2022-08-11
Ngày Phát Hành 2018-06-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Pamela Fox
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pamelafox/twitter-unhooked
URL Trang Trợ Giúp https://github.com/pamelafox/twitter-unhooked/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter UnHooked",
    "version": "0.7",
    "description": "Hides parts of Twitter that are unneeded\/addictive: trends, follower recommendations.",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 3
}