Twitter AdBlock

Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets

Twitter AdBlockคืออะไร?

Twitter AdBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anbodev และคุณลักษณะหลักของมันคือ "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter AdBlock

ดาวน์โหลดไฟล์ส่วนขยาย Twitter AdBlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Removes all the promoted Tweets from your timeline, following and the trends. Prevents ads from loading when using the back/forward history button. Prevents ads from popping up in timeline when scrolling through tweets. Bypasses Twitter's link warning and auto directs to links clicked within tweets.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitter AdBlock Twitter AdBlock
ID kjaonljkcdidebicpnjijbfefeblncal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitter-adblock/kjaonljkcdidebicpnjijbfefeblncal
คำอธิบาย Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets
ขนาดไฟล์ 47.02 KB
จำนวนการติดตั้ง 730
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2021-01-30
วันที่เผยแพร่ 2021-01-18
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Anbodev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter AdBlock",
    "manifest_version": 2,
    "version": "1.2",
    "description": "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets",
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ]
}