Twitter View Hider

Automatically hide view counts of tweets in your timeline

Co je Twitter View Hider?

Twitter View Hider je rozšíření Chrome vyvinuté Adrien Minne, a jeho hlavní funkcí je „Automatically hide view counts of tweets in your timeline“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitter View Hider

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

                        This extension hides the view count that was recently added on the tweets of your timeline.                    

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

Název Twitter View Hider Twitter View Hider
ID mmoiilglckpgboidkcedhkhmimmeblml
Oficiální URL https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml
Popis Automatically hide view counts of tweets in your timeline
Velikost souboru 11.32 KB
Počet instalací 35
Aktuální Verze 1.0
Poslední Aktualizace 2022-12-25
Datum Vydání 2022-12-25
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář Adrien Minne
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter View Hider",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Automatically hide view counts of tweets in your timeline",
    "permissions": [],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "web_accessible_resources": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}