Block the twitter feed

Remove the feeds from twitter and just leave the search bar

什么是Block the twitter feed?

Block the twitter feed是由TechBore开发的Chrome扩展程序,该扩展的主要功能是“Remove the feeds from twitter and just leave the search bar”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Block the twitter feed扩展crx文件

下载Block the twitter feed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Block the twitter feed Block the twitter feed
ID eoedcdlampccjocbpffoheiiaoinedkm
官方URL https://chromewebstore.google.com/detail/block-the-twitter-feed/eoedcdlampccjocbpffoheiiaoinedkm
简介 Remove the feeds from twitter and just leave the search bar
文件大小 6.89 KB
安装次数 211
当前版本 1.0.0
更新时间 2021-01-27
上架时间 2021-01-27
评分 4.33/5 共3次评分
开发者 TechBore
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}