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 to jest Youtube - Noise Control?
Youtube - Noise Control to rozszerzenie Chrome opracowane przez Anders Moberg, a jego główną funkcją jest „This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and…”.
Pobierz plik CRX rozszerzenia Youtube - Noise Control
Pobierz pliki rozszerzeń Youtube - Noise Control 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Youtube - Noise Control |
ID | kibcpalpaedgigdjphcplmeligepkiem |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-noise-control/kibcpalpaedgigdjphcplmeligepkiem |
Opis | This tiny Chrome extension hides a lot of noise in the Youtube interface. Elements like view counts, like bars, comments and… |
Rozmiar pliku | 3.3 KB |
Liczba instalacji | 51 |
Aktualna Wersja | 0.11 |
Ostatnia Aktualizacja | 2016-12-14 |
Data Publikacji | 2016-12-14 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Anders Moberg |
Typ Płatności | free |
Strona Rozszerzenia | http://a-moberg.com/ |
Adres URL Strony Pomocy | https://github.com/AndersMoberg/YoutubeInterfaceDenoiser/issues |
Obsługiwane Języki | 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" ] } ] } |