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
电子邮箱 [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
}