Hide Twitter Trends

Hide Twitter (What’s happening, Who to follow, Topics to follow) elements

Hide Twitter Trends là gì?

Hide Twitter Trends là một tiện ích mở rộng Chrome được phát triển bởi http://moath.dev, và tính năng chính của nó là "Hide Twitter (What’s happening, Who to follow, Topics to follow) elements".

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

screenshot
screenshot

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

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

                        If you don't like the Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs, and you want to hide it this extension is your solution, this extension will hide Twitter `What’s happening`, `Who to follow`, and `Topics to follow` tabs from Twitter web app and let you focus on your timeline.                    

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

Tên Hide Twitter Trends Hide Twitter Trends
ID lapmncfnibdclongbkleadoicnkhknia
URL Chính Thức https://chrome.google.com/webstore/detail/hide-twitter-trends/lapmncfnibdclongbkleadoicnkhknia
Mô tả Hide Twitter (What’s happening, Who to follow, Topics to follow) elements
Kích Thước Tệp 511 KB
Số Lần Cài Đặt 14,957
Phiên Bản Hiện Tại 0.10.2
Cập Nhật Lần Cuối 2022-06-28
Ngày Phát Hành 2020-07-19
Đánh Giá 4.46/5 Tổng số 90 Đánh Giá
Nhà Phát Triển http://moath.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/DevMoath/hide-twitter-trends
URL Trang Trợ Giúp https://github.com/DevMoath/hide-twitter-trends/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter Trends",
    "version": "0.10.2",
    "description": "Hide Twitter (What\u2019s happening, Who to follow, Topics to follow) elements",
    "author": "Moath Alhajri",
    "homepage_url": "https:\/\/moath.dev\/",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ]
}