YouMute(r)
Chrome plugin that automatically mutes youtube commercials.
Wat is YouMute(r)?
YouMute(r) is een Chrome-extensie ontwikkeld door Adam Gajzlerowicz, en de belangrijkste functie is "Chrome plugin that automatically mutes youtube commercials.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouMute(r)
Download YouMute(r)-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
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.
Basisinformatie over de Extensie
Naam | |
ID | hbhjkldledabllijjmnmfhhiejephibe |
Officiële URL | https://chrome.google.com/webstore/detail/youmuter/hbhjkldledabllijjmnmfhhiejephibe |
Beschrijving | Chrome plugin that automatically mutes youtube commercials. |
Bestandsgrootte | 8.27 KB |
Aantal Installaties | 355 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-10-13 |
Publicatiedatum | 2017-10-13 |
Beoordeling | 3.05/5 Totaal 19 Beoordelingen |
Ontwikkelaar | Adam Gajzlerowicz |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |