Hide Tweet Views

Hides tweet views.

What is Hide Tweet Views?

Hide Tweet Views is a Chrome extension developed by thefyrewire, and its main feature is "Hides tweet views.".

Extension Screenshots

screenshot
screenshot

Download Hide Tweet Views Extension CRX File

Download Hide Tweet 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

                        This extension hides the "tweet views" analytics button on all tweets that was recently added to Twitter. This is useful for people who do not want to see the number of views a tweet has. You can still access your own tweet's analytics as before.                    

Extension Basic Information

Name Hide Tweet Views Hide Tweet Views
ID nohkignlajkinnhapkfpbckmanneodbh
Official URL https://chromewebstore.google.com/detail/hide-tweet-views/nohkignlajkinnhapkfpbckmanneodbh
Description Hides tweet views.
File Size 6.71 KB
Installation Count 47
Current Version 1.0.2
Last Updated 2022-12-28
Publish Date 2022-12-26
Rating 5.00/5 Total 4 Ratings
Developer thefyrewire
Email [email protected]
Payment Type free
Extension Website https://twitter.com/MikeyHay
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Tweet Views",
    "version": "1.0.2",
    "description": "Hides tweet views.",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}