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
官方網址 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\/*"
    ]
}