Hide View Count

This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.

Hide View Countとは何ですか?

Hide View Countはろぼいんによって開発されたChromeの拡張機能で、その主な機能は「This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. It won't allow the View Count to be displayed for even a second!

This is an extension to "not **see** the number of impressions". It cannot be used to "not **show** the number of impressions".

## What you can do

- Hide the number of impressions of your tweets and others' tweets on your browser

## What you cannot do

- Hide the number of impressions of your Tweets from others
- Using a client other than the official web version of the Twitter client                    

拡張機能の基本情報

名前 Hide View Count Hide View Count
ID mmefeobjcchickbjelledfhagoddcklp
公式URL https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp
説明 This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
ファイルサイズ 961 KB
インストール数 2,909
現在のバージョン 1.5.0
最終更新日 2023-02-26
公開日 2022-12-23
評価 4.96/5 合計 28 レビュー
開発者 ろぼいん
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Robot-Inventor/hide-impression
ヘルプページのURL https://github.com/Robot-Inventor/hide-impression
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide View Count",
    "short_name": "HideViewCount",
    "version": "1.5.0",
    "description": "__MSG_manifest_description__",
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "default_locale": "en"
}