YouTube Ad Skipper

YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!

什么是YouTube Ad Skipper?

YouTube Ad Skipper是由espacio.abierto开发的Chrome扩展程序,该扩展的主要功能是“YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载YouTube Ad Skipper扩展crx文件

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

扩展使用说明

                        YouTube Ad Skipper (1.6)  it is NOT an ad blocker, but rather click programatically to the skip button.

The extension is a basic use of selectors and dispatch events that are triggered when elements are render in the page.
 
The click event is automatically dispatch on the skip button element as soon as it is render, it is basic project but are useful, hope would be same for you, any bug, feedback or suggesting let me know. .                    

扩展基本信息

名称 YouTube Ad Skipper YouTube Ad Skipper
ID pgojhlciioemcalndpjlnffkpmogfbgl
官方URL https://chromewebstore.google.com/detail/youtube-ad-skipper/pgojhlciioemcalndpjlnffkpmogfbgl
简介 YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!
文件大小 39.22 KB
安装次数 2,077
当前版本 1.6
更新时间 2023-01-03
上架时间 2019-10-07
评分 4.43/5 共7次评分
开发者 espacio.abierto
电子邮箱 [email protected]
付费类型 free
扩展官网 https://espierto.com/#portfolio
帮助页面URL https://espierto.com/#contact
支持的语言 en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!",
    "icons": {
        "128": "icon_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs69r0petggpC7acaNmXbgYKh55KnqwLPceLNHj95g+qKJe9GSo0wRxegdLdWf+vF\/WnvXORdOOHomIaijFH0SXfVmZ6Dsku7lmB4pjcbAAW5w3mX3F9z1IdWl2T9AbxQcJxIDQDUGA6IIfm6gxXPCq\/qqkDk93OhzH\/CcmzPpBm7vFNACNlK5VpQX\/ufs4cKGfkTSxS4uYYq19HxWcR4a9Kyg5QQp4AjI7S+UNjRSXusoqxEa+hhTmU4OTXZB9dyy0v8BHLoBMIo\/tirvrm4qfAnJ3SglcTYJwQIT2k+5efOqvTxALZKpNaa6JEL4tnUQJL0vjUTaxo5N1yx0zqmLQIDAQAB",
    "manifest_version": 3,
    "name": "YouTube Ad Skipper",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6"
}