Mute Tab

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

Mute Tabとは何ですか?

Mute Tabはtrmcnvnによって開発されたChromeの拡張機能で、その主な機能は「Restores the 'Mute Tab' functionality of versions prior to Chrome 71.」です。

拡張機能のスクリーンショット

screenshot

Mute Tab拡張機能のCRXファイルをダウンロード

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
Eメール [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
}