Remove Twitter Views

Remove the Views button from Twitter

What is Remove Twitter Views?

Remove Twitter Views is a Chrome extension developed by Kabaj, and its main feature is "Remove the 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

                        Removes the new "Views" button from Twitter


It is my first time doing a Chrome extension, so it might not be optimized at all and might stop working soon, I take all suggestions.
Here is the GitHub link to the extension : https://github.com/KabajSAH/Twitter-Remove-Views                    

Extension Basic Information

Name Remove Twitter Views Remove Twitter Views
ID flcjnidfibjigabnihmblehlkkeiganp
Official URL https://chromewebstore.google.com/detail/remove-twitter-views/flcjnidfibjigabnihmblehlkkeiganp
Description Remove the Views button from Twitter
File Size 8.51 KB
Installation Count 92
Current Version 1.2.2
Last Updated 2023-01-17
Publish Date 2022-12-26
Rating 5.00/5 Total 2 Ratings
Developer Kabaj
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Views",
    "description": "Remove the Views button from Twitter",
    "version": "1.2.2",
    "author": "Kabaj",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                ".\/scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    }
}