Page Muter
Mute the whole page by just one click!
Apa itu Page Muter?
Page Muter adalah ekstensi Chrome yang dikembangkan oleh https://www.nzfun.cn, dan fitur utamanya adalah "Mute the whole page by just one click!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Page Muter
Unduh file ekstensi Page Muter 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
With Page Muter, you can mute your whole page with just one click. You will like it.
Informasi Dasar Ekstensi
Nama | |
ID | leadihbifcpejoijpbehieoinfmjaedh |
URL Resmi | https://chrome.google.com/webstore/detail/page-muter/leadihbifcpejoijpbehieoinfmjaedh |
Deskripsi | Mute the whole page by just one click! |
Ukuran File | 408 KB |
Jumlah Instalasi | 115 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-07-20 |
Tanggal Publikasi | 2018-07-20 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://www.nzfun.cn |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.nzfun.cn |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "popup.html", "default_title": "Page Muter" }, "author": "HTB", "content_scripts": [ { "js": [ "js\/content-script.js", "js\/jquery-3.2.1.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "js\/mute.js", "js\/unmute.js", "js\/play.js", "js\/pause.js" ], "description": "Mute the whole page by just one click!", "homepage_url": "https:\/\/www.nzfun.cn", "icons": { "128": "images\/icon_48.png", "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "manifest_version": 2, "name": "Page Muter", "permissions": [ "tabs", "notifications", "storage", "contextMenus" ], "version": "1.0" } |