YouMute(r)
Chrome plugin that automatically mutes youtube commercials.
Co to jest YouMute(r)?
YouMute(r) to rozszerzenie Chrome opracowane przez Adam Gajzlerowicz, a jego główną funkcją jest „Chrome plugin that automatically mutes youtube commercials.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouMute(r)
Pobierz pliki rozszerzeń YouMute(r) 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
Chrome plugin that automatically mutes youtube commercials. After the commercial finished, the volume goes back up. Thanks to it, casters can still be reworded by youtube, but you don't have to listen to crappy commercials.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hbhjkldledabllijjmnmfhhiejephibe |
Oficjalny URL | https://chrome.google.com/webstore/detail/youmuter/hbhjkldledabllijjmnmfhhiejephibe |
Opis | Chrome plugin that automatically mutes youtube commercials. |
Rozmiar pliku | 8.27 KB |
Liczba instalacji | 355 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2017-10-13 |
Data Publikacji | 2017-10-13 |
Ocena | 3.05/5 Łącznie 19 Oceny |
Deweloper | Adam Gajzlerowicz |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouMute(r)", "short_name": "YouMute(r)", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Chrome plugin that automatically mutes youtube commercials.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "muter.js" ] } ] } |