Autoskip for Youtube™

Autoskip clicks the “Skip” button for you on Youtube™.

Autoskip for Youtube™ là gì?

Autoskip for Youtube™ là một tiện ích mở rộng Chrome được phát triển bởi Youtube™ Adblock Plus, và tính năng chính của nó là "Autoskip clicks the “Skip” button for you on Youtube™.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Autoskip for Youtube™

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

                        Removes ads from Youtube™

AutoSkip for Youtube™ is a content filtering and ad blocking browser extension which blocks all ads on Youtube™.

It allows users to prevent page elements, such as advertisements, from being displayed. 

Banner, Ad-Clips or even preroll ads you usually see before the actual video on Youtube are blocked by this extension.

Features:
 + blocks ads, banner and popups
 + blocking of ads on external sites which load Youtube
 + prevent preroll ads from loading on Youtube
 + you can also remove annotations from videos and music (see options page).
 + loads videos and YouTube website faster.                    

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

Tên Autoskip for Youtube™ Autoskip for Youtube™
ID hnghlobjndnkgkffmggkjgiiiengpblm
URL Chính Thức https://chromewebstore.google.com/detail/autoskip-for-youtube/hnghlobjndnkgkffmggkjgiiiengpblm
Mô tả Autoskip clicks the “Skip” button for you on Youtube™.
Kích Thước Tệp 73.78 KB
Số Lần Cài Đặt 3,370
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2023-11-06
Ngày Phát Hành 2022-08-08
Đánh Giá 4.65/5 Tổng số 40 Đánh Giá
Nhà Phát Triển Youtube™ Adblock Plus
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1gaVcIOwV7NnvyDRtd3eoOIQUYECyEYwLgBD_wHFXlHY
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "version": "2.0.1",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icons-16.png",
        "128": "images\/icons-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/icons-19.png",
            "38": "images\/icons-38.png"
        },
        "default_title": "AutoSkip for Youtube\u2122 ",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "tabs",
        "notifications",
        "gcm"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}