Mute By Default

Mute tabs by default

Mute By Defaultとは何ですか?

Mute By Defaultはdavid.keattsによって開発されたChromeの拡張機能で、その主な機能は「Mute tabs by default」です。

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

Mute By Default拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Mute tabs by default.

Whitelist websites you wish to keep unmuted by clicking the icon, or entering URLs in options.                    

拡張機能の基本情報

名前 Mute By Default Mute By Default
ID aikaipdjcmejaeeoflcaebioabbkldaa
公式URL https://chrome.google.com/webstore/detail/mute-by-default/aikaipdjcmejaeeoflcaebioabbkldaa
説明 Mute tabs by default
ファイルサイズ 5.87 KB
インストール数 41
現在のバージョン 0.1
最終更新日 2016-07-02
公開日 2016-07-02
評価 5.00/5 合計 2 レビュー
開発者 david.keatts
支払い方法 free
拡張機能のウェブサイト https://github.com/keattz/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mute By Default",
    "description": "Mute tabs by default",
    "version": "0.1",
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon.png"
        },
        "default_title": "Click to mute or unmute this website",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "options_page": "options.html",
    "manifest_version": 2
}