MutAd

After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…

MutAd là gì?

MutAd là một tiện ích mở rộng Chrome được phát triển bởi gz0220, và tính năng chính của nó là "After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…".

Ả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 MutAd

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

                        After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once possible. If mute was on before the ad it will remain in this status.                    

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

Tên MutAd MutAd
ID bbndenojlngeajgkbkgfdfohgomgbibd
URL Chính Thức https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd
Mô tả After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…
Kích Thước Tệp 10.73 KB
Số Lần Cài Đặt 219
Phiên Bản Hiện Tại 0.91
Cập Nhật Lần Cuối 2015-11-13
Ngày Phát Hành 2015-11-13
Đánh Giá 3.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển gz0220
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/galziv/MutAd
URL Trang Trợ Giúp https://github.com/galziv/MutAd
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MutAd",
    "short_name": "MutAd",
    "version": "0.91",
    "icons": {
        "128": "MutAd.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "mutAd.js"
            ]
        }
    ]
}