Remove Twitter Views

Remove Views button from Twitter

Co je Remove Twitter Views?

Remove Twitter Views je rozšíření Chrome vyvinuté igorhaagrod, a jeho hlavní funkcí je „Remove Views button from Twitter“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Remove Twitter Views

Stáhněte si soubory rozšíření Remove Twitter Views ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Remove Twitter Views Remove Twitter Views
ID nebfimpiljmmgfgaiaponfmcopndjkpg
Oficiální URL https://chromewebstore.google.com/detail/remove-twitter-views/nebfimpiljmmgfgaiaponfmcopndjkpg
Popis Remove Views button from Twitter
Velikost souboru 7.8 KB
Počet instalací 171
Aktuální Verze 1.0
Poslední Aktualizace 2022-12-25
Datum Vydání 2022-12-25
Hodnocení 4.73/5 Celkem 11 Hodnocení
Vývojář igorhaagrod
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}