Mute Tab Helper
This extension helps manage tab audio state
Mute Tab Helperคืออะไร?
Mute Tab Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jean-Lou Dupont (systemical) และคุณลักษณะหลักของมันคือ "This extension helps manage tab audio state"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mute Tab Helper
ดาวน์โหลดไฟล์ส่วนขยาย Mute Tab Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you tired of annoying pages that load and start playing audio right away ? By default, when a tab gets loaded with a new domain (one not already tracked by the extension), the audio state will be muted (state: perma-mute). The user has now the following choices: * The user can mute/unmute the domain visited in the browser tab through the extension's browser action button * The user can mute/unmute the tab through the usual tab menu - this action will not affect the state maintained by the extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mute Tab Helper |
ID | jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mute-tab-helper/jefhmnjbjemabbmakhmpmlnpfmcdjdfh |
คำอธิบาย | This extension helps manage tab audio state |
ขนาดไฟล์ | 19.22 KB |
จำนวนการติดตั้ง | 73 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2016-09-02 |
วันที่เผยแพร่ | 2016-09-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Jean-Lou Dupont (systemical) |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mute Tab Helper", "description": "This extension helps manage tab audio state", "version": "0.0.1", "icons": { "128": "perma-unmute-128.png" }, "browser_action": { "default_title": "Mute Helper", "default_icon": { "38": "perma-unmute-38.png" } }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "storage", "tabs" ] } |