Kill Twitter

Gets rid of Twitter news feed.

Kill Twitterคืออะไร?

Kill Twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nabeel Qureshi และคุณลักษณะหลักของมันคือ "Gets rid of Twitter news feed."

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

screenshot
screenshot

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

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

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

                        I wrote this extension to stop myself from wasting time on Twitter. It worked.

The extension kills the news feed and adds a message telling you to go do some work. It also removes the "Moments" tab, but keeps your notifications and messages tabs. 

No more wasting time on Twitter. No more getting distracted when you log on to send a message. It's that simple.                    

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

ชื่อ Kill Twitter Kill Twitter
ID ndblfolgapkbmjgfodhcpfpekoelkhln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kill-twitter/ndblfolgapkbmjgfodhcpfpekoelkhln
คำอธิบาย Gets rid of Twitter news feed.
ขนาดไฟล์ 61.34 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2018-03-28
วันที่เผยแพร่ 2018-03-28
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Nabeel Qureshi
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kill Twitter",
    "version": "1.0.0",
    "description": "Gets rid of Twitter news feed.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "kill_twitter.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}