Hide Twitter Views

Hides twitter view count on tweets

Hide Twitter Viewsとは何ですか?

Hide Twitter Viewsはlilemmsartによって開発されたChromeの拡張機能で、その主な機能は「Hides twitter view count on tweets」です。

拡張機能のスクリーンショット

screenshot

Hide Twitter Views拡張機能のCRXファイルをダウンロード

Hide Twitter Views拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Do you not want to see the twitter views analytics button on twitter? This extension removes all references to the view analytics button to return twitter to a more streamlined experience                    

拡張機能の基本情報

名前 Hide Twitter Views Hide Twitter Views
ID odmckobgdffcoepiflciodiockcgkkki
公式URL https://chromewebstore.google.com/detail/hide-twitter-views/odmckobgdffcoepiflciodiockcgkkki
説明 Hides twitter view count on tweets
ファイルサイズ 3.21 KB
インストール数 62
現在のバージョン 1.0
最終更新日 2022-12-26
公開日 2022-12-26
評価 3.67/5 合計 3 レビュー
開発者 lilemmsart
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/d8d700b0-6045-48b9-b193-8cee1be367e2
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter Views",
    "description": "Hides twitter view count on tweets",
    "version": "1.0",
    "content_scripts": [
        {
            "js": [
                "hide.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}