Auto Skip

Skip Youtube ads automatically.

Auto Skip là gì?

Auto Skip là một tiện ích mở rộng Chrome được phát triển bởi Kodebroz, và tính năng chính của nó là "Skip Youtube ads automatically.".

Ả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 Auto Skip

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

                        Hey there,

Are you annoyed by sudden YouTube ads?

Guess what? Automates the process of clicking the "Skip Ad" button with Auto Skip Chrome Extension. 

it's not an ad blocker, it simply automates the process of clicking on the "Skip Ad" button on YouTube.

it's really handy when you are going through some playlist or chilling and watching your favorite YouTuber, no need to bother and click on "Skip Ad" button, simply sit back and enjoy the content without any interruption.

Hoping, this extension is making your YouTube experience better.

Happy Coding!

Happy YouTubing!                    

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

Tên Auto Skip Auto Skip
ID phnofgchbnhnblinddmnmkjhpifciimb
URL Chính Thức https://chrome.google.com/webstore/detail/auto-skip/phnofgchbnhnblinddmnmkjhpifciimb
Mô tả Skip Youtube ads automatically.
Kích Thước Tệp 11.39 KB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-01-31
Ngày Phát Hành 2021-01-31
Nhà Phát Triển Kodebroz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Skip",
    "version": "0.0.1",
    "description": "Skip Youtube ads automatically.",
    "icons": {
        "16": "images\/autoskip16.png",
        "32": "images\/autoskip32.png",
        "48": "images\/autoskip48.png",
        "128": "images\/autoskip128.png"
    },
    "manifest_version": 2,
    "author": "Kodebroz",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "kodebroz_auto_skip_content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}