Twitter Enhancer

Enhance your Twitter frontend! Remove useless adds, and view only useful things.

什么是Twitter Enhancer?

Twitter Enhancer是由Vortezz开发的Chrome扩展程序,该扩展的主要功能是“Enhance your Twitter frontend! Remove useless adds, and view only useful things.”。

扩展截图

screenshot

下载Twitter Enhancer扩展crx文件

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

扩展使用说明

                        Remove some useless new features of Twitter! Get rid of the stats buttons, and more to come!                    

扩展基本信息

名称 Twitter Enhancer Twitter Enhancer
ID beggifbkibbbfhhncigpacihnmcnfagg
官方URL https://chromewebstore.google.com/detail/twitter-enhancer/beggifbkibbbfhhncigpacihnmcnfagg
简介 Enhance your Twitter frontend! Remove useless adds, and view only useful things.
文件大小 26.17 KB
安装次数 12
当前版本 1.0
更新时间 2022-12-25
上架时间 2022-12-25
评分 5.00/5 共2次评分
开发者 Vortezz
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://vortezz.dev/terms
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Enhancer",
    "description": "Enhance your Twitter frontend! Remove useless adds, and view only useful things.",
    "version": "1.0",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}