Remove Twitter Views

Remove Views button from Twitter

What is Remove Twitter Views?

Remove Twitter Views is a Chrome extension developed by igorhaagrod, and its main feature is "Remove Views button from Twitter".

Extension Screenshots

screenshot

Download Remove Twitter Views Extension CRX File

Download Remove 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

                        After Elon Musk completely destroyed Twitter, extensions like this are needed. The focus of this one is, for now, removing the "views" button from the web app.                    

Extension Basic Information

Name Remove Twitter Views Remove Twitter Views
ID nebfimpiljmmgfgaiaponfmcopndjkpg
Official URL https://chromewebstore.google.com/detail/remove-twitter-views/nebfimpiljmmgfgaiaponfmcopndjkpg
Description Remove Views button from Twitter
File Size 7.8 KB
Installation Count 171
Current Version 1.0
Last Updated 2022-12-25
Publish Date 2022-12-25
Rating 4.73/5 Total 11 Ratings
Developer igorhaagrod
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Views",
    "description": "Remove Views button from Twitter",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "remove-views.html",
        "default_icon": "icon32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}