Twitter View Hider

Automatically hide view counts of tweets in your timeline

Twitter View Hiderとは何ですか?

Twitter View HiderはAdrien Minneによって開発されたChromeの拡張機能で、その主な機能は「Automatically hide view counts of tweets in your timeline」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension hides the view count that was recently added on the tweets of your timeline.                    

拡張機能の基本情報

名前 Twitter View Hider Twitter View Hider
ID mmoiilglckpgboidkcedhkhmimmeblml
公式URL https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml
説明 Automatically hide view counts of tweets in your timeline
ファイルサイズ 11.32 KB
インストール数 35
現在のバージョン 1.0
最終更新日 2022-12-25
公開日 2022-12-25
評価 4.00/5 合計 2 レビュー
開発者 Adrien Minne
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter View Hider",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Automatically hide view counts of tweets in your timeline",
    "permissions": [],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "web_accessible_resources": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}