Smart Tab Mute

Ensures that only one tab plays audio at the same time

Smart Tab Mute là gì?

Smart Tab Mute là một tiện ích mở rộng Chrome được phát triển bởi Moritz Kobrna, và tính năng chính của nó là "Ensures that only one tab plays audio at the same time".

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

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

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

                        Smart Tab Mute ensures that only one tab is playing sound at the same time

The extension is also available for Firefox:
https://addons.mozilla.org/de/firefox/addon/smart-tab-mute/                    

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

Tên Smart Tab Mute Smart Tab Mute
ID dnfbgicfhchdpogmafjifjgbcjdaikgn
URL Chính Thức https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn
Mô tả Ensures that only one tab plays audio at the same time
Kích Thước Tệp 71.62 KB
Số Lần Cài Đặt 4,168
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-07-24
Ngày Phát Hành 2016-07-24
Đánh Giá 3.91/5 Tổng số 34 Đánh Giá
Nhà Phát Triển Moritz Kobrna
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": "Smart Tab Mute",
    "description": "Ensures that only one tab plays audio at the same time",
    "version": "1.0.1",
    "icons": {
        "16": "images\/icon128.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}