Twitter UnHooked

Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.

Twitter UnHookedとは何ですか?

Twitter UnHookedはPamela Foxによって開発されたChromeの拡張機能で、その主な機能は「Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.」です。

拡張機能のスクリーンショット

screenshot

Twitter UnHooked拡張機能のCRXファイルをダウンロード

Twitter UnHooked拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will still let you use Twitter for composing tweets and following your network, but it changes the Twitter experience to be less addictive. This extension removes the Trends sidebar, the Who-to-follow sidebar, plus it changes the notifications count to be less attention-grabbing.                    

拡張機能の基本情報

名前 Twitter UnHooked Twitter UnHooked
ID imcokhibdjkdgepeadnipppignmnicnb
公式URL https://chromewebstore.google.com/detail/twitter-unhooked/imcokhibdjkdgepeadnipppignmnicnb
説明 Hides parts of Twitter that are unneeded/addictive: trends, follower recommendations.
ファイルサイズ 4.22 KB
インストール数 213
現在のバージョン 0.7
最終更新日 2022-08-11
公開日 2018-06-12
評価 5.00/5 合計 2 レビュー
開発者 Pamela Fox
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/pamelafox/twitter-unhooked
ヘルプページのURL https://github.com/pamelafox/twitter-unhooked/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter UnHooked",
    "version": "0.7",
    "description": "Hides parts of Twitter that are unneeded\/addictive: trends, follower recommendations.",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 3
}