View Count Hider for YouTube.com
Hides video view counts for YouTube.com.
Cos'è View Count Hider for YouTube.com?
View Count Hider for YouTube.com è un'estensione di Chrome sviluppata da Avery Miller, e la sua funzione principale è "Hides video view counts for YouTube.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione View Count Hider for YouTube.com
Scarica i file di estensione View Count Hider for YouTube.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | eobpccgcmekkhidcgneehbcgkmbmjiad |
| URL Ufficiale | https://chromewebstore.google.com/detail/view-count-hider-for-yout/eobpccgcmekkhidcgneehbcgkmbmjiad |
| Descrizione | Hides video view counts for YouTube.com. |
| Dimensione del File | 7.36 KB |
| Conteggio Installazioni | 10,000 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2020-02-24 |
| Data di Pubblicazione | 2020-02-22 |
| Valutazione | 4.33/5 Totale 18 Valutazioni |
| Sviluppatore | Avery Miller |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |