Silent YouTube Ads

Moral silencing of YouTube ads.

Silent YouTube Ads là gì?

Silent YouTube Ads là một tiện ích mở rộng Chrome được phát triển bởi tim, và tính năng chính của nó là "Moral silencing of YouTube ads.".

Tải xuống tệp CRX của tiện ích mở rộng Silent YouTube Ads

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

                        Silences the YouTube video element when ads play.  This will not skip ads until the user has sat through the required delay.  This extension will automatically close any ads once YouTube deems them available to close.                    

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

Tên Silent YouTube Ads Silent YouTube Ads
ID gegfmphboiphopkkfgkablkljmlcoldg
URL Chính Thức https://chrome.google.com/webstore/detail/silent-youtube-ads/gegfmphboiphopkkfgkablkljmlcoldg
Mô tả Moral silencing of YouTube ads.
Kích Thước Tệp 5.61 KB
Số Lần Cài Đặt 97
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2015-05-22
Ngày Phát Hành 2015-05-22
Đánh Giá 4.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển tim
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Silent YouTube Ads",
    "author": "Tim Branyen (@tbranyen)",
    "version": "0.1.4",
    "description": "Moral silencing of YouTube ads.",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/watch*",
                "https:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "js\/**\/*",
        "js\/contentscript.js.map"
    ]
}