YouTube™ Ad Skip

Automatically skip ads and removes graphic ads from Youtube

YouTube™ Ad Skip là gì?

YouTube™ Ad Skip là một tiện ích mở rộng Chrome được phát triển bởi sunetedance, và tính năng chính của nó là "Automatically skip ads and removes graphic ads from Youtube".

Ả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 YouTube™ Ad Skip

Tải xuống các tệp mở rộng YouTube™ Ad Skip 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 YouTube Ad Skip automatically blocks all ads on YouTube ™, including pre-roll video ads, text & banner ads. Save your time by stopping those useless advertisements. In gist, by installing this extension all YouTube ads will be hidden, including video ads embedded on other sites.

Features
1.  No configuration. No messy lists to manage
2.  Block all pre-roll YouTube ™ video ads on all sites
3.  Blocks banner/text ads throughout YouTube ™
4.  Ultra fast plus very lightweight, will not slow you down
5.  100% Free & always updated

YouTube Ad blocking benefits
1.  Improve browser speed
2.  Improve page load speed
3.  Decrease memory / CPU usage
4.  Decrease bandwidth
5.  Most importantly, save time by not looking at ads all day!

After installing, please reload all YouTube tabs for the extension to take effect. For issues/suggestions, please contact us via email: [email protected]                    

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

Tên YouTube™ Ad Skip YouTube™ Ad Skip
ID onjnkjiaejpoafifkceolfgdkelijmjg
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-ad-skip/onjnkjiaejpoafifkceolfgdkelijmjg
Mô tả Automatically skip ads and removes graphic ads from Youtube
Kích Thước Tệp 99.64 KB
Số Lần Cài Đặt 718
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2020-01-27
Ngày Phát Hành 2020-01-27
Đánh Giá 2.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển sunetedance
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "[email protected]",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "YouTube\u2122 Ad Skip",
        "default_popup": "popup.html"
    },
    "description": "Automatically skip ads and removes graphic ads from Youtube",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery-3.0.0.min.js",
                "js\/logger.js",
                "js\/toastr.min.js",
                "js\/ytbjs.js"
            ],
            "css": [
                "css\/toastr.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "name": "YouTube\u2122 Ad Skip",
    "version": "2.2"
}