Hide Twitter Views

Hides twitter view count on tweets

What is Hide Twitter Views?

Hide Twitter Views is a Chrome extension developed by lilemmsart, and its main feature is "Hides twitter view count on tweets".

Extension Screenshots

screenshot

Download Hide Twitter Views Extension CRX File

Download Hide Twitter Views extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Hide Twitter Views Hide Twitter Views
ID odmckobgdffcoepiflciodiockcgkkki
Official URL https://chromewebstore.google.com/detail/hide-twitter-views/odmckobgdffcoepiflciodiockcgkkki
Description Hides twitter view count on tweets
File Size 3.21 KB
Installation Count 62
Current Version 1.0
Last Updated 2022-12-26
Publish Date 2022-12-26
Rating 3.67/5 Total 3 Ratings
Developer lilemmsart
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/d8d700b0-6045-48b9-b193-8cee1be367e2
Supported Languages 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\/*"
            ]
        }
    ]
}