AutoMute Incognito

This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!

AutoMute Incognitoคืออะไร?

AutoMute Incognito เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cilenco และคุณลักษณะหลักของมันคือ "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoMute Incognito

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

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

                                            

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

ชื่อ AutoMute Incognito AutoMute Incognito
ID egpmkeedlhphenpnjhlnlaohcmbmmccj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj
คำอธิบาย This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
ขนาดไฟล์ 13.94 KB
จำนวนการติดตั้ง 501
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-11-04
วันที่เผยแพร่ 2016-11-04
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา cilenco
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoMute Incognito",
    "description": "This extension automatically mutes icognito tabs.\nUse CTRL+M to toogle sound of current tab!",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "res\/icon.png"
    },
    "icons": {
        "48": "res\/icon.png",
        "128": "res\/store_icon.png"
    },
    "commands": {
        "toglePageMute": {
            "description": "Toggle sound of current Tab",
            "suggested_key": {
                "default": "Ctrl+M",
                "windows": "Ctrl+M",
                "mac": "Command+M",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            }
        }
    }
}