YouMute
Automatically mute and skip YouTube™ video ads
Wat is YouMute?
YouMute is een Chrome-extensie ontwikkeld door Sun City Design, en de belangrijkste functie is "Automatically mute and skip YouTube™ video ads".
Extensie Screenshots
Download het CRX-bestand van de extensie YouMute
Download YouMute-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
Simplify your viewing experience by having the "Skip ad" button automatically clicked for you as soon as it becomes available.
Basisinformatie over de Extensie
Naam | YouMute |
ID | bhlmjoeobnofoajffmnpcahfaffihmbh |
Officiële URL | https://chromewebstore.google.com/detail/youmute/bhlmjoeobnofoajffmnpcahfaffihmbh |
Beschrijving | Automatically mute and skip YouTube™ video ads |
Bestandsgrootte | 53.66 KB |
Aantal Installaties | 7,849 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2023-11-20 |
Publicatiedatum | 2018-12-31 |
Beoordeling | 4.26/5 Totaal 90 Beoordelingen |
Ontwikkelaar | Sun City Design |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://sshongru.github.io/YouMute/privacy.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouMute", "short_name": "YouMute", "description": "Automatically mute and skip YouTube\u2122 video ads", "version": "0.2.0", "manifest_version": 3, "icons": { "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "inject.js" ], "css": [ "inject.css" ] } ] } |