Twitter demusked: Remove analytics view count

Declutter your twitter, remove analytics count

什么是Twitter demusked: Remove analytics view count?

Twitter demusked: Remove analytics view count是由Superimposed Apps开发的Chrome扩展程序,该扩展的主要功能是“Declutter your twitter, remove analytics count”。

扩展截图

screenshot

下载Twitter demusked: Remove analytics view count扩展crx文件

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

扩展使用说明

                        Removes the X logo & view count from the Twitter web UI                    

扩展基本信息

名称 Twitter demusked: Remove analytics view count Twitter demusked: Remove analytics view count
ID jmkaeeijenkfgmnookmblbonldnhgnci
官方URL https://chromewebstore.google.com/detail/twitter-demusked-remove-a/jmkaeeijenkfgmnookmblbonldnhgnci
简介 Declutter your twitter, remove analytics count
文件大小 219 KB
安装次数 25
当前版本 1.2
更新时间 2023-07-25
上架时间 2022-12-25
评分 3.67/5 共3次评分
开发者 Superimposed Apps
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter demusked: Remove analytics view count",
    "description": "Declutter your twitter, remove analytics count",
    "version": "1.2",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "twitter.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ]
}