Kill Twitter

Gets rid of Twitter news feed.

Kill Twitter là gì?

Kill Twitter là một tiện ích mở rộng Chrome được phát triển bởi Nabeel Qureshi, và tính năng chính của nó là "Gets rid of Twitter news feed.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kill Twitter

Tải xuống các tệp mở rộng Kill Twitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kill Twitter Kill Twitter
ID ndblfolgapkbmjgfodhcpfpekoelkhln
URL Chính Thức https://chromewebstore.google.com/detail/kill-twitter/ndblfolgapkbmjgfodhcpfpekoelkhln
Mô tả Gets rid of Twitter news feed.
Kích Thước Tệp 61.34 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-03-28
Ngày Phát Hành 2018-03-28
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Nabeel Qureshi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}