Mute Tab

Restores the 'Mute Tab' functionality of versions prior to Chrome 71.

Mute Tabคืออะไร?

Mute Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trmcnvn และคุณลักษณะหลักของมันคือ "Restores the 'Mute Tab' functionality of versions prior to Chrome 71."

ภาพหน้าจอของส่วนขยาย

screenshot

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

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

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

                        Chrome 71 removed the flag that enables per-tab audio muting. This extension allows you to mute individual tabs by a new context menu option or interacting with the extension icon.                    

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

ชื่อ Mute Tab Mute Tab
ID blljobffcekcbopmkgfhpcjmbfnelkfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mute-tab/blljobffcekcbopmkgfhpcjmbfnelkfg
คำอธิบาย Restores the 'Mute Tab' functionality of versions prior to Chrome 71.
ขนาดไฟล์ 40.81 KB
จำนวนการติดตั้ง 463,085
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2019-09-18
วันที่เผยแพร่ 2019-09-18
คะแนน 4.30/5 รวมทั้งหมด 156 คะแนน
ผู้พัฒนา trmcnvn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/trmcnvn/chrome-tab-mute
URL หน้าช่วยเหลือ https://github.com/trmcnvn/chrome-tab-mute
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mute Tab",
    "version": "1.4",
    "description": "Restores the 'Mute Tab' functionality of versions prior to Chrome 71.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "16": "images\/16_u_white.png",
        "48": "images\/48_u_white.png",
        "128": "images\/128_u_white.png"
    },
    "browser_action": {
        "default_title": "Mute Tab Extension"
    },
    "manifest_version": 2
}