Tab Silencer Pro

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

Tab Silencer Pro là gì?

Tab Silencer Pro là một tiện ích mở rộng Chrome được phát triển bởi Trusted Extension, và tính năng chính của nó là "Mute individual tabs effortlessly with Tab Silencer Pro! Streamline your browsing for a quieter, more focused experience.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Silencer Pro

Tải xuống các tệp mở rộng Tab Silencer Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab Silencer Pro Tab Silencer Pro
ID fbkoghpddgpnpabaidonifljhdeojlfb
URL Chính Thức https://chrome.google.com/webstore/detail/tab-silencer-pro/fbkoghpddgpnpabaidonifljhdeojlfb
Mô tả Mute individual tabs effortlessly with Tab Silencer Pro! Streamline your browsing for a quieter, more focused experience.
Kích Thước Tệp 208 KB
Số Lần Cài Đặt 55,576
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2023-08-08
Ngày Phát Hành 2023-07-05
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Trusted Extension
Email [email protected]
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}