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
Eメール [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
}