Youtube - Noise Control
This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…
Wat is Youtube - Noise Control?
Youtube - Noise Control is een Chrome-extensie ontwikkeld door Anders Moberg, en de belangrijkste functie is "This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…".
Download het CRX-bestand van de extensie Youtube - Noise Control
Download Youtube - Noise Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and recommended videos get hidden.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | kibcpalpaedgigdjphcplmeligepkiem | 
| Officiële URL | https://chromewebstore.google.com/detail/youtube-noise-control/kibcpalpaedgigdjphcplmeligepkiem | 
| Beschrijving | This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and… | 
| Bestandsgrootte | 3.3 KB | 
| Aantal Installaties | 51 | 
| Huidige Versie | 0.11 | 
| Laatst Bijgewerkt | 2016-12-14 | 
| Publicatiedatum | 2016-12-14 | 
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen | 
| Ontwikkelaar | Anders Moberg | 
| Betalingswijze | free | 
| Extensiewebsite | http://a-moberg.com/ | 
| Help Pagina-URL | https://github.com/AndersMoberg/YoutubeInterfaceDenoiser/issues | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube - Noise Control",
    "version": "0.11",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ]
}  |  |