Permanent Mute
A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
Apa itu Permanent Mute?
Permanent Mute adalah ekstensi Chrome yang dikembangkan oleh https://codewrangler.io, dan fitur utamanya adalah "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Permanent Mute
Unduh file ekstensi Permanent Mute 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
A persistent mute tool for stupid websites that make annoying and ill-timed sounds. Stops auto-playing video sound, etc., and sites will stay muted until you un-mute them (even if closed and revisited). Apparently a similar feature is upcoming in Chrome 64, but you can use this extension in the meantime.
Informasi Dasar Ekstensi
Nama | Permanent Mute |
ID | pnkhoaefngnbehoiioikafibdkfaolec |
URL Resmi | https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec |
Deskripsi | A persistent mute tool for stupid websites that make annoying and ill-timed sounds. |
Ukuran File | 18.7 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2018-02-01 |
Tanggal Publikasi | 2018-02-01 |
Pengembang | https://codewrangler.io |
Tipe Pembayaran | free |
Situs Ekstensi | https://codewrangler.io |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Permanent Mute", "description": "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.", "version": "1.0.0", "permissions": [ "activeTab", "tabs", "storage" ], "background": { "scripts": [ "js\/scripts.min.js" ] }, "browser_action": { "default_icon": "assets\/icon48-off.png", "default_title": "This site is not permanently muted." }, "icons": { "128": "assets\/icon128.png", "48": "assets\/icon48.png" }, "manifest_version": 2 } |