Remove Twitter Views

Remove the Views button from Twitter

什么是Remove Twitter Views?

Remove Twitter Views是由Kabaj开发的Chrome扩展程序,该扩展的主要功能是“Remove the Views button from Twitter”。

扩展截图

screenshot

下载Remove Twitter Views扩展crx文件

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

扩展使用说明

                        Removes the new "Views" button from Twitter


It is my first time doing a Chrome extension, so it might not be optimized at all and might stop working soon, I take all suggestions.
Here is the GitHub link to the extension : https://github.com/KabajSAH/Twitter-Remove-Views                    

扩展基本信息

名称 Remove Twitter Views Remove Twitter Views
ID flcjnidfibjigabnihmblehlkkeiganp
官方URL https://chromewebstore.google.com/detail/remove-twitter-views/flcjnidfibjigabnihmblehlkkeiganp
简介 Remove the Views button from Twitter
文件大小 8.51 KB
安装次数 92
当前版本 1.2.2
更新时间 2023-01-17
上架时间 2022-12-26
评分 5.00/5 共2次评分
开发者 Kabaj
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Views",
    "description": "Remove the Views button from Twitter",
    "version": "1.2.2",
    "author": "Kabaj",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                ".\/scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    }
}