The Ad Blocker for X.com (Twitter)

Hide ads and promoted tweets to make X.com (Twitter) less noisy

The Ad Blocker for X.com (Twitter) là gì?

The Ad Blocker for X.com (Twitter) là một tiện ích mở rộng Chrome được phát triển bởi Alexey Ryzhkov, và tính năng chính của nó là "Hide ads and promoted tweets to make X.com (Twitter) less noisy".

Ả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 The Ad Blocker for X.com (Twitter)

Tải xuống các tệp mở rộng The Ad Blocker for X.com (Twitter) 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 is a fee ad blocker for X.com (formerly known as Twitter). It hides all ads and other needless stuff to make X.com (Twitter) less noisy.

It provides the cleanest UI. There won't be any more ads, promoted tweets, "Discover more" tweets, "Who to follow" tweets, and others. "Trending" section is hidden by default, and its visibility can be changed on the options page.

Unlike other similar extensions this one doesn't rely on you scrolling to block dynamic ads, but hides them the moment they're added to the page, so that you won't even notice them. 

Supported languages: English.                    

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

Tên The Ad Blocker for X.com (Twitter) The Ad Blocker for X.com (Twitter)
ID eeiplahcoljpdmmdofhdhinjkeammchg
URL Chính Thức https://chromewebstore.google.com/detail/the-ad-blocker-for-xcom-t/eeiplahcoljpdmmdofhdhinjkeammchg
Mô tả Hide ads and promoted tweets to make X.com (Twitter) less noisy
Kích Thước Tệp 18.83 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 1.3.5
Cập Nhật Lần Cuối 2023-12-14
Ngày Phát Hành 2023-10-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Alexey Ryzhkov
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/aliocharyzhkov/twitter_cleaner
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "The Ad Blocker for X.com (Twitter)",
    "version": "1.3.5",
    "short_name": "Twitter Ad blocker",
    "description": "Hide ads and promoted tweets to make X.com (Twitter) less noisy",
    "icons": {
        "16": "\/icons\/logo16.png",
        "32": "\/icons\/logo32.png",
        "48": "\/icons\/logo48.png",
        "128": "\/icons\/logo128.png"
    },
    "author": "Alexey Ryzhkov",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "scripts\/block_noise.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/github.com\/aliocharyzhkov\/twitter_cleaner",
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ]
}