Block the twitter feed

Remove the feeds from twitter and just leave the search bar

Block the twitter feed là gì?

Block the twitter feed là một tiện ích mở rộng Chrome được phát triển bởi TechBore, và tính năng chính của nó là "Remove the feeds from twitter and just leave the search bar".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Block the twitter feed

Tải xuống các tệp mở rộng Block the twitter feed 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

                        Remove the feeds from twitter and just leave the search bar
A simple plugin to remove the recommended feeds from twitter to limit distractions and boost your productivity.
Feeds removed:
- All of the feeds on the right side of the home page (Trending, Who to follow).
- Your main feed on the home page.
- The Who to Follow feed that is sliced into other people's feed.

Changelog:
 1.0.0 
- Adds initial offering to block unproductive feeds off twitter.

Block All the Feeds!!!

Support:
If you have benefited from this extension, consider buying me a coffee at the following link:
buymeacoff.ee/m6nJCHq57                    

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

Tên Block the twitter feed Block the twitter feed
ID eoedcdlampccjocbpffoheiiaoinedkm
URL Chính Thức https://chromewebstore.google.com/detail/block-the-twitter-feed/eoedcdlampccjocbpffoheiiaoinedkm
Mô tả Remove the feeds from twitter and just leave the search bar
Kích Thước Tệp 6.89 KB
Số Lần Cài Đặt 211
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-01-27
Ngày Phát Hành 2021-01-27
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển TechBore
Email [email protected]
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": "Block the twitter feed",
    "description": "Remove the feeds from twitter and just leave the search bar",
    "icons": {
        "128": "icon.png"
    },
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "http:\/\/*.twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "browser_action": {
        "default_title": "Remove the twitter feed and trending sections",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [],
            "matches": [
                "*:\/\/twitter.com\/home*",
                "*:\/\/www.twitter.com\/home*",
                "*:\/\/www.twitter.com\/*",
                "*:\/\/www.twitter.com\/home",
                "*:\/\/twitter.com\/*",
                "*:\/\/www.twitter.com\/home"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}