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 ろぼいん द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hide View Count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 रेटिंग्स
डेवलपर ろぼいん
ईमेल [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"
}