Remove Tweet Views

Removes the new tweet views from Twitter

什么是Remove Tweet Views?

Remove Tweet Views是由https://robin.software开发的Chrome扩展程序,该扩展的主要功能是“Removes the new tweet views from Twitter”。

扩展截图

screenshot

下载Remove Tweet Views扩展crx文件

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

扩展使用说明

                        Removes the newly added impressions on every tweet and brings back the Twitter Bird                    

扩展基本信息

名称 Remove Tweet Views Remove Tweet Views
ID dokodkdpdbcmhopjooolcchokhmehiki
官方URL https://chromewebstore.google.com/detail/remove-tweet-views/dokodkdpdbcmhopjooolcchokhmehiki
简介 Removes the new tweet views from Twitter
文件大小 21.65 KB
安装次数 37
当前版本 0.0.3
更新时间 2023-07-27
上架时间 2022-12-24
评分 5.00/5 共2次评分
开发者 https://robin.software
电子邮箱 [email protected]
付费类型 free
扩展官网 https://robin.software
帮助页面URL https://twitter.com/robin__software
隐私政策页面URL https://robin.software/imprint
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "$schema": "https:\/\/developer.chrome.com\/extensions\/manifest_v3.json",
    "name": "Remove Tweet Views",
    "description": "Removes the new tweet views from Twitter",
    "version": "0.0.3",
    "icons": {
        "16": "logo\/icon-16.png",
        "48": "logo\/icon-48.png",
        "128": "logo\/icon-128.png"
    },
    "options_page": "settings\/settings.html",
    "action": {
        "default_title": "Remove Tweet Views",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "badgeHandler.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}