Really Mute Inactive Tabs LT.

This extension mute inactive tabs

Really Mute Inactive Tabs LT. là gì?

Really Mute Inactive Tabs LT. là một tiện ích mở rộng Chrome được phát triển bởi mallain.com, và tính năng chính của nó là "This extension mute inactive tabs".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Really Mute Inactive Tabs LT.

Tải xuống các tệp mở rộng Really Mute Inactive Tabs LT. 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

                        This extension mute inactive tabs automatically.


In order to make this extension work you have to enable tab audio muting UI control in Chrome flags

To do so go to: chrome://flags/

Find Enable tab audio muting UI control.

Click on Enable.

Restart Chrome.

Voila!

Get pro version here: 
https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/pjpajaodlaollgnoonbnlcpopkfcdajk                    

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

Tên Really Mute Inactive Tabs LT. Really Mute Inactive Tabs LT.
ID jdecdhgamljdfjlhbgdclgfkkcbdbaen
URL Chính Thức https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/jdecdhgamljdfjlhbgdclgfkkcbdbaen
Mô tả This extension mute inactive tabs
Kích Thước Tệp 31.22 KB
Số Lần Cài Đặt 858
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-01-06
Ngày Phát Hành 2017-01-06
Đánh Giá 3.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển mallain.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://mallain.com/Apps.aspx
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Really Mute Inactive Tabs LT.",
    "description": "This extension mute inactive tabs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "iconOn.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}