Hide Twitter / X.com Ads

Free tool that hides Promoted Tweets while you browse Twitter (X.com).

Hide Twitter / X.com Ads là gì?

Hide Twitter / X.com Ads là một tiện ích mở rộng Chrome được phát triển bởi Ryan Kulp, và tính năng chính của nó là "Free tool that hides Promoted Tweets while you browse Twitter (X.com).".

Ả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 Hide Twitter / X.com Ads

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

                        **Updated August 2023 to support new X.com ads!**

Hate seeing the same ads over and over again? Hate Twitter / X.com ads in general? 

This tool is free, doesn't require signup, and does not track anything you do.

Blocks sponsored/promoted Tweets in several languages.

To request new languages or customize your Twitter ad-block settings, go here:
https://github.com/ryanckulp/twitter_ad_blocker/issues/new                    

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

Tên Hide Twitter / X.com Ads Hide Twitter / X.com Ads
ID bapmhjebfdbdpjjfafnkfidijkjlkakf
URL Chính Thức https://chromewebstore.google.com/detail/hide-twitter-xcom-ads/bapmhjebfdbdpjjfafnkfidijkjlkakf
Mô tả Free tool that hides Promoted Tweets while you browse Twitter (X.com).
Kích Thước Tệp 13.74 KB
Số Lần Cài Đặt 14,826
Phiên Bản Hiện Tại 1.1.8
Cập Nhật Lần Cuối 2023-09-26
Ngày Phát Hành 2017-01-25
Đánh Giá 3.83/5 Tổng số 98 Đánh Giá
Nhà Phát Triển Ryan Kulp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ryanckulp/twitter_ad_blocker
URL Trang Trợ Giúp https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy
URL Trang Chính Sách Bảo Mật https://github.com/ryanckulp/twitter_ad_blocker/wiki/Privacy-Policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter \/ X.com Ads",
    "action": [],
    "short_name": "Hide Twitter Ads",
    "description": "Free tool that hides Promoted Tweets while you browse Twitter (X.com).",
    "version": "1.1.8",
    "icons": {
        "16": "img\/hide-twitter-ads-16.png",
        "48": "img\/hide-twitter-ads-48.png",
        "128": "img\/hide-twitter-ads-128.png"
    },
    "permissions": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}