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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}