Auto Skip

Skip Youtube ads automatically.

什么是Auto Skip?

Auto Skip是由Kodebroz开发的Chrome扩展程序,该扩展的主要功能是“Skip Youtube ads automatically.”。

扩展截图

screenshot

下载Auto Skip扩展crx文件

下载Auto Skip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Auto Skip Auto Skip
ID phnofgchbnhnblinddmnmkjhpifciimb
官方URL https://chrome.google.com/webstore/detail/auto-skip/phnofgchbnhnblinddmnmkjhpifciimb
简介 Skip Youtube ads automatically.
文件大小 11.39 KB
安装次数 69
当前版本 0.0.1
更新时间 2021-01-31
上架时间 2021-01-31
开发者 Kodebroz
电子邮箱 [email protected]
付费类型 free
支持的语言 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
        }
    ]
}