Youtube - Noise Control
This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…
Co je Youtube - Noise Control?
Youtube - Noise Control je rozšíření Chrome vyvinuté Anders Moberg, a jeho hlavní funkcí je „This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…“.
Stáhnout soubor CRX rozšíření Youtube - Noise Control
Stáhněte si soubory rozšíření Youtube - Noise Control 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 tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and recommended videos get hidden.
Základní Informace o Rozšíření
Název | Youtube - Noise Control |
ID | kibcpalpaedgigdjphcplmeligepkiem |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-noise-control/kibcpalpaedgigdjphcplmeligepkiem |
Popis | This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and… |
Velikost souboru | 3.3 KB |
Počet instalací | 51 |
Aktuální Verze | 0.11 |
Poslední Aktualizace | 2016-12-14 |
Datum Vydání | 2016-12-14 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Anders Moberg |
Typ Platby | free |
Webové stránky Rozšíření | http://a-moberg.com/ |
URL Stránky Nápovědy | https://github.com/AndersMoberg/YoutubeInterfaceDenoiser/issues |
Podporované Jazyky | 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" ] } ] } |