Tab Silencer Pro

Mute individual tabs effortlessly with Tab Silencer Pro! Streamline your browsing for a quieter, more focused experience.

Tab Silencer Proとは何ですか?

Tab Silencer ProはTrusted Extensionによって開発されたChromeの拡張機能で、その主な機能は「Mute individual tabs effortlessly with Tab Silencer Pro! Streamline your browsing for a quieter, more focused experience.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Take back your audio control with Tab Silencer Pro! Our easy-to-use Chrome extension empowers you to manage the noise levels of your browser tabs efficiently. Enjoy the peace of being able to mute individual tabs, enhance focus, and streamline your online experience. Stand out from the rest with our user-friendly interface and custom settings. Perfect for multi-tasking professionals, students, and everyday internet users alike. Silence is just a click away with Tab Silencer Pro!                    

拡張機能の基本情報

名前 Tab Silencer Pro Tab Silencer Pro
ID fbkoghpddgpnpabaidonifljhdeojlfb
公式URL https://chrome.google.com/webstore/detail/tab-silencer-pro/fbkoghpddgpnpabaidonifljhdeojlfb
説明 Mute individual tabs effortlessly with Tab Silencer Pro! Streamline your browsing for a quieter, more focused experience.
ファイルサイズ 208 KB
インストール数 55,576
現在のバージョン 1.5.1
最終更新日 2023-08-08
公開日 2023-07-05
評価 4.50/5 合計 2 レビュー
開発者 Trusted Extension
Eメール [email protected]
対応言語 id,ms,de,en,en-GB,en-US,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",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5.1",
    "action": {
        "default_title": "__MSG_mute__",
        "default_icon": {
            "128": "icons\/icon-on128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "mute.js"
            ],
            "run_at": "document_end",
            "match_about_blank": true
        }
    ],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    }
}