Hide Twitter views.

Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.

Co je Hide Twitter views.?

Hide Twitter views. je rozšíření Chrome vyvinuté charies, a jeho hlavní funkcí je „Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Hide Twitter views.

Stáhněte si soubory rozšíření Hide 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í

                        Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.                    

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

Název Hide Twitter views. Hide Twitter views.
ID gbojcaianddcdcmagaeciibaonmmgaeg
Oficiální URL https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg
Popis Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Velikost souboru 15.58 KB
Počet instalací 253
Aktuální Verze 1.0
Poslední Aktualizace 2022-12-27
Datum Vydání 2022-12-27
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář charies
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter views.",
    "version": "1.0",
    "description": "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.",
    "action": {
        "default_popup": "html\/index.html",
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}