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
Eメール [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\/*"
    ]
}