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)?

The Ad Blocker for X.com (Twitter)是由Alexey Ryzhkov开发的Chrome扩展程序,该扩展的主要功能是“Hide ads and promoted tweets to make X.com (Twitter) less noisy”。

扩展截图

screenshot
screenshot

下载The Ad Blocker for X.com (Twitter)扩展crx文件

下载The Ad Blocker for X.com (Twitter)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 The Ad Blocker for X.com (Twitter) The Ad Blocker for X.com (Twitter)
ID eeiplahcoljpdmmdofhdhinjkeammchg
官方URL https://chromewebstore.google.com/detail/the-ad-blocker-for-xcom-t/eeiplahcoljpdmmdofhdhinjkeammchg
简介 Hide ads and promoted tweets to make X.com (Twitter) less noisy
文件大小 18.83 KB
安装次数 74
当前版本 1.3.5
更新时间 2023-12-14
上架时间 2023-10-05
评分 5.00/5 共2次评分
开发者 Alexey Ryzhkov
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/aliocharyzhkov/twitter_cleaner
支持的语言 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"
    ]
}