Skip video ads

Skip youtube before-video ads once the 5 seconds is over automatically

Skip video ads là gì?

Skip video ads là một tiện ích mở rộng Chrome được phát triển bởi http://mrgarretto.com, và tính năng chính của nó là "Skip youtube before-video ads once the 5 seconds is over automatically".

Tải xuống tệp CRX của tiện ích mở rộng Skip video ads

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

                        This extension allows you to automatically skip Youtube's before-video ads automatically after the 5 seconds is over so that you can still support the content creators.                    

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

Tên Skip video ads Skip video ads
ID mbiejnlchbmjdjmnoalpfoelnimekocb
URL Chính Thức https://chrome.google.com/webstore/detail/skip-video-ads/mbiejnlchbmjdjmnoalpfoelnimekocb
Mô tả Skip youtube before-video ads once the 5 seconds is over automatically
Kích Thước Tệp 81.02 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-11-07
Ngày Phát Hành 2015-11-06
Nhà Phát Triển http://mrgarretto.com
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": "Skip video ads",
    "description": "Skip youtube before-video ads once the 5 seconds is over automatically",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "clickskip.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}