View Count Hider for YouTube.com

Hides video view counts for YouTube.com.

Co to jest View Count Hider for YouTube.com?

View Count Hider for YouTube.com to rozszerzenie Chrome opracowane przez Avery Miller, a jego główną funkcją jest „Hides video view counts for YouTube.com.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia View Count Hider for YouTube.com

Pobierz pliki rozszerzeń View Count Hider for YouTube.com w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa View Count Hider for YouTube.com View Count Hider for YouTube.com
ID eobpccgcmekkhidcgneehbcgkmbmjiad
Oficjalny URL https://chromewebstore.google.com/detail/view-count-hider-for-yout/eobpccgcmekkhidcgneehbcgkmbmjiad
Opis Hides video view counts for YouTube.com.
Rozmiar pliku 7.36 KB
Liczba instalacji 10,000
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-02-24
Data Publikacji 2020-02-22
Ocena 4.33/5 Łącznie 18 Oceny
Deweloper Avery Miller
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}