View Count Hider for YouTube.com

Hides video view counts for YouTube.com.

Co je View Count Hider for YouTube.com?

View Count Hider for YouTube.com je rozšíření Chrome vyvinuté Avery Miller, a jeho hlavní funkcí je „Hides video view counts for YouTube.com.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření View Count Hider for YouTube.com

Stáhněte si soubory rozšíření View Count Hider for YouTube.com 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í

                        The amount of views a video gets online isn't indicative of the video's quality. I've got tired of stressing out over view counts, so I made this extension in order to hide all video view counts from YouTube.com.

YouTube™ is a trademark of Google LLC. This extension is not endorsed or affiliated with YouTube™ or Google LLC.                    

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

Název View Count Hider for YouTube.com View Count Hider for YouTube.com
ID eobpccgcmekkhidcgneehbcgkmbmjiad
Oficiální URL https://chromewebstore.google.com/detail/view-count-hider-for-yout/eobpccgcmekkhidcgneehbcgkmbmjiad
Popis Hides video view counts for YouTube.com.
Velikost souboru 7.36 KB
Počet instalací 10,000
Aktuální Verze 1.2
Poslední Aktualizace 2020-02-24
Datum Vydání 2020-02-22
Hodnocení 4.33/5 Celkem 18 Hodnocení
Vývojář Avery Miller
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View Count Hider for YouTube.com",
    "description": "Hides video view counts for YouTube.com.",
    "version": "1.2",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "css.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}