Hide View Count

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

Was ist Hide View Count?

Hide View Count ist eine Chrome-Erweiterung, die von ろぼいん entwickelt wurde, und ihr Hauptmerkmal ist "This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.".

Erweiterungsscreenshots

screenshot

Hide View Count-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hide View Count-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Hide View Count Hide View Count
ID mmefeobjcchickbjelledfhagoddcklp
Offizielle URL https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp
Beschreibung This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
Dateigröße 961 KB
Installationsanzahl 2,909
Aktuelle Version 1.5.0
Letztes Update 2023-02-26
Veröffentlichungsdatum 2022-12-23
Bewertung 4.96/5 Insgesamt 28 Bewertungen
Entwickler ろぼいん
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Robot-Inventor/hide-impression
Hilfeseite URL https://github.com/Robot-Inventor/hide-impression
Unterstützte Sprachen 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"
}