Hide Twitter Views

Hides twitter view count on tweets

Hide Twitter Views क्या है?

Hide Twitter Views lilemmsart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides twitter view count on tweets"।

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

screenshot

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

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

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

                        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
ईमेल [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\/*"
            ]
        }
    ]
}