Disable Twitter Feed

Removes the timeline on Twitter's homepage.

Disable Twitter Feedคืออะไร?

Disable Twitter Feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lukasrosenstock.net และคุณลักษณะหลักของมันคือ "Removes the timeline on Twitter's homepage."

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

screenshot

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

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

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

                        The Twitter timeline can be a rabbit-hole that hurts your productivity. Disable Twitter Feed is a minimalist, single-purpose add-on without any configuration options. It does one thing: removing the timeline on Twitter's homepage. All other functionality (e.g., private messages, opening individual profiles) remains intact.                    

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

ชื่อ Disable Twitter Feed Disable Twitter Feed
ID oppnglmfkpdfodnepgilhcagbbdojekd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/disable-twitter-feed/oppnglmfkpdfodnepgilhcagbbdojekd
คำอธิบาย Removes the timeline on Twitter's homepage.
ขนาดไฟล์ 8 KB
จำนวนการติดตั้ง 388
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-12-04
วันที่เผยแพร่ 2020-12-03
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://lukasrosenstock.net
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Disable Twitter Feed",
    "version": "1.0",
    "description": "Removes the timeline on Twitter's homepage.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "disablefeed.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "icon.png",
        "96": "[email protected]"
    }
}