Permanent Mute
A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
Permanent Muteคืออะไร?
Permanent Mute เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://codewrangler.io และคุณลักษณะหลักของมันคือ "A persistent mute tool for stupid websites that make annoying and ill-timed sounds."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Permanent Mute
ดาวน์โหลดไฟล์ส่วนขยาย Permanent Mute ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pnkhoaefngnbehoiioikafibdkfaolec |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec |
| คำอธิบาย | A persistent mute tool for stupid websites that make annoying and ill-timed sounds. |
| ขนาดไฟล์ | 18.7 KB |
| จำนวนการติดตั้ง | 18 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2018-02-01 |
| วันที่เผยแพร่ | 2018-02-01 |
| ผู้พัฒนา | https://codewrangler.io |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://codewrangler.io |
| ภาษาที่รองรับ | 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
} | |