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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexey Ryzhkov และคุณลักษณะหลักของมันคือ "Hide ads and promoted tweets to make X.com (Twitter) less noisy"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Ad Blocker for X.com (Twitter)

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}