Simplify Twitter Web UI

Simplify the new Twitter Web UI

什么是Simplify Twitter Web UI?

Simplify Twitter Web UI是由lukeed开发的Chrome扩展程序,该扩展的主要功能是“Simplify the new Twitter Web UI”。

扩展截图

screenshot

下载Simplify Twitter Web UI扩展crx文件

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

扩展使用说明

                        **Why?**

- I don't like 3-column layouts (too busy)
- Hide "Trending For you" stuff – usually in the right sidebar
- Attempt to hide "Promoted Tweets" – currently works, but don't count on it

See the website for more info.                    

扩展基本信息

名称 Simplify Twitter Web UI Simplify Twitter Web UI
ID pobjlebhmdjbgfjhfdhblilmpjkegbfd
官方URL https://chromewebstore.google.com/detail/simplify-twitter-web-ui/pobjlebhmdjbgfjhfdhblilmpjkegbfd
简介 Simplify the new Twitter Web UI
文件大小 10.53 KB
安装次数 383
当前版本 2.0.0
更新时间 2019-06-29
上架时间 2019-06-29
评分 5.00/5 共2次评分
开发者 lukeed
付费类型 free
扩展官网 https://github.com/lukeed/twitter-simple-extension
帮助页面URL https://github.com/lukeed/twitter-simple-extension/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplify Twitter Web UI",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Simplify the new Twitter Web UI",
    "homepage_url": "https:\/\/github.com\/lukeed\/twitter-simple-extension",
    "icons": {
        "128": "128x128.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/*.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/*\/twitter.com\/*"
            ],
            "js": [
                "index.min.js"
            ]
        }
    ]
}