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
官方網址 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
電子郵箱 [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
}