Remove Tweet Views

Removes the new tweet views from Twitter

What is Remove Tweet Views?

Remove Tweet Views is a Chrome extension developed by https://robin.software, and its main feature is "Removes the new tweet views from Twitter".

Extension Screenshots

screenshot

Download Remove Tweet Views Extension CRX File

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

                        Removes the newly added impressions on every tweet and brings back the Twitter Bird                    

Extension Basic Information

Name Remove Tweet Views Remove Tweet Views
ID dokodkdpdbcmhopjooolcchokhmehiki
Official URL https://chromewebstore.google.com/detail/remove-tweet-views/dokodkdpdbcmhopjooolcchokhmehiki
Description Removes the new tweet views from Twitter
File Size 21.65 KB
Installation Count 37
Current Version 0.0.3
Last Updated 2023-07-27
Publish Date 2022-12-24
Rating 5.00/5 Total 2 Ratings
Developer https://robin.software
Email [email protected]
Payment Type free
Extension Website https://robin.software
Help Page URL https://twitter.com/robin__software
Privacy Policy Page URL https://robin.software/imprint
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "$schema": "https:\/\/developer.chrome.com\/extensions\/manifest_v3.json",
    "name": "Remove Tweet Views",
    "description": "Removes the new tweet views from Twitter",
    "version": "0.0.3",
    "icons": {
        "16": "logo\/icon-16.png",
        "48": "logo\/icon-48.png",
        "128": "logo\/icon-128.png"
    },
    "options_page": "settings\/settings.html",
    "action": {
        "default_title": "Remove Tweet Views",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "badgeHandler.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}