Auto Mute Tabs

This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.

Auto Mute Tabsคืออะไร?

Auto Mute Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark A. Clem และคุณลักษณะหลักของมันคือ "This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Mute Tabs

ดาวน์โหลดไฟล์ส่วนขยาย Auto Mute Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Auto Mute Tabs Auto Mute Tabs
ID dpfjecmegbpbogbmdadikgegflmdflic
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/auto-mute-tabs/dpfjecmegbpbogbmdadikgegflmdflic
คำอธิบาย This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.
ขนาดไฟล์ 14.59 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 1.0 Initial
อัปเดตครั้งล่าสุด 2017-01-20
วันที่เผยแพร่ 2017-01-20
คะแนน 1.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Mark A. Clem
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Mute Tabs",
    "short_name": "AutoMuteTabs",
    "version": "1.9.3",
    "version_name": "1.0 Initial",
    "description": "This extension continually monitors all chrome windows to mute all inactive tabs and unmute active tabs.",
    "browser_action": {
        "default_icon": "amticon16.png"
    },
    "author": "Mark A. Clem",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "minimum_chrome_version": "45",
    "icons": {
        "16": "amticon16.png",
        "128": "amticon128.png"
    },
    "permissions": [
        "tabs"
    ]
}