Mute Tab- Silent in a click

Returns Mute Tab option from Chrome 71 to nowadays.

Mute Tab- Silent in a clickคืออะไร?

Mute Tab- Silent in a click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Silence Lab. และคุณลักษณะหลักของมันคือ "Returns Mute Tab option from Chrome 71 to nowadays."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mute Tab- Silent in a click

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

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

                        Mute / Unmute Tab
Control the sound on every page. Extension will mute any media on a page, but will not stop it. 

Make your personal silent mode, and don't waste time for searching mute button or volume line.

Individually Mute or Unmute tabs temporarily using context menu option. Click right mouse button and chose "Mute tab", another way
interacting with the extension icon.

Mute Tab free no ads extension chrome extension. All permissions are required to proper muting tabs.

Mute Tab is a browser extension that helps you quickly mute all tabs with just one button (click).
Toolbar button serves as an ON|OFF switch, once pressed, the icon will change accordingly (color and shape). Please note that if you want to unmute just one tab, simply right-click on a tab and then click on the "Unmute Tab" item.

Note 1: if you manually unmute a tab, the addon will NOT change it, even if you click on the toolbar icon.                    

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

ชื่อ Mute Tab- Silent in a click Mute Tab- Silent in a click
ID inhefjomnpfkkegfklclbjhkifmpkkmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mute-tab-silent-in-a-clic/inhefjomnpfkkegfklclbjhkifmpkkmn
คำอธิบาย Returns Mute Tab option from Chrome 71 to nowadays.
ขนาดไฟล์ 38.64 KB
จำนวนการติดตั้ง 38,879
เวอร์ชันปัจจุบัน 0.8.2
อัปเดตครั้งล่าสุด 2021-11-09
วันที่เผยแพร่ 2020-12-29
คะแนน 4.34/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา Silence Lab.
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.8.2",
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "",
        "webRequestBlocking",
        "webRequest"
    ],
    "icons": {
        "16": "images\/16_u.png",
        "48": "images\/48_u.png",
        "128": "images\/128_u.png"
    },
    "browser_action": {
        "default_title": "Mute Tab Extension",
        "default_icon": "images\/128_u.png"
    },
    "manifest_version": 2
}