YouMute
Automatically mute and skip YouTube™ video ads
Apa itu YouMute?
YouMute adalah ekstensi Chrome yang dikembangkan oleh Sun City Design, dan fitur utamanya adalah "Automatically mute and skip YouTube™ video ads".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouMute
Unduh file ekstensi YouMute dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Simplify your viewing experience by having the "Skip ad" button automatically clicked for you as soon as it becomes available.
Informasi Dasar Ekstensi
Nama | YouMute |
ID | bhlmjoeobnofoajffmnpcahfaffihmbh |
URL Resmi | https://chromewebstore.google.com/detail/youmute/bhlmjoeobnofoajffmnpcahfaffihmbh |
Deskripsi | Automatically mute and skip YouTube™ video ads |
Ukuran File | 53.66 KB |
Jumlah Instalasi | 7,849 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2023-11-20 |
Tanggal Publikasi | 2018-12-31 |
Penilaian | 4.26/5 Total 90 Penilaian |
Pengembang | Sun City Design |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://sshongru.github.io/YouMute/privacy.html |
Bahasa yang Didukung | 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" ] } ] } |