Mute Tab Helper

This extension helps manage tab audio state

Mute Tab Helper là gì?

Mute Tab Helper là một tiện ích mở rộng Chrome được phát triển bởi Jean-Lou Dupont (systemical), và tính năng chính của nó là "This extension helps manage tab audio state".

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

Tải xuống các tệp mở rộng Mute Tab Helper 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

                        Are you tired of annoying pages that load and start playing audio right away ?

By default, when a tab gets loaded with a new domain (one not already tracked by the extension), the audio state will be muted (state: perma-mute).
The user has now the following choices:

* The user can mute/unmute the domain visited in the browser tab through the extension's browser action button
* The user can mute/unmute the tab through the usual tab menu - this action will not affect the state maintained by the extension                    

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

Tên Mute Tab Helper Mute Tab Helper
ID jefhmnjbjemabbmakhmpmlnpfmcdjdfh
URL Chính Thức https://chromewebstore.google.com/detail/mute-tab-helper/jefhmnjbjemabbmakhmpmlnpfmcdjdfh
Mô tả This extension helps manage tab audio state
Kích Thước Tệp 19.22 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2016-09-02
Ngày Phát Hành 2016-09-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Jean-Lou Dupont (systemical)
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mute Tab Helper",
    "description": "This extension helps manage tab audio state",
    "version": "0.0.1",
    "icons": {
        "128": "perma-unmute-128.png"
    },
    "browser_action": {
        "default_title": "Mute Helper",
        "default_icon": {
            "38": "perma-unmute-38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}