YouMute(r)

Chrome plugin that automatically mutes youtube commercials.

YouMute(r) là gì?

YouMute(r) là một tiện ích mở rộng Chrome được phát triển bởi Adam Gajzlerowicz, và tính năng chính của nó là "Chrome plugin that automatically mutes youtube commercials.".

Ả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 YouMute(r)

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

                        Chrome plugin that automatically mutes youtube commercials. After the commercial finished, the volume goes back up. Thanks to it, casters can still be reworded by youtube, but you don't have to listen to crappy commercials.                    

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

Tên YouMute(r) YouMute(r)
ID hbhjkldledabllijjmnmfhhiejephibe
URL Chính Thức https://chrome.google.com/webstore/detail/youmuter/hbhjkldledabllijjmnmfhhiejephibe
Mô tả Chrome plugin that automatically mutes youtube commercials.
Kích Thước Tệp 8.27 KB
Số Lần Cài Đặt 355
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-10-13
Ngày Phát Hành 2017-10-13
Đánh Giá 3.05/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Adam Gajzlerowicz
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": "YouMute(r)",
    "short_name": "YouMute(r)",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Chrome plugin that automatically mutes youtube commercials.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "muter.js"
            ]
        }
    ]
}