Youtube Ad Skipper

Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.

什么是Youtube Ad Skipper?

Youtube Ad Skipper是由Avinash Sakhreliya开发的Chrome扩展程序,该扩展的主要功能是“Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.”。

扩展截图

screenshot

下载Youtube Ad Skipper扩展crx文件

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

扩展使用说明

                        New Update: Fix YouTube auto skip ad issue

YouTube Ad Skipper is an add-on for auto skips video ads and close all other ads after website provides a skip ad button. It does not block an ad. So you can now sit on your sofa and watch movie without any interruption.

Currently Supported Websites:

1. YouTube                    

扩展基本信息

名称 Youtube Ad Skipper Youtube Ad Skipper
ID cheolhficilobbjkgdinaobglkppmckc
官方URL https://chromewebstore.google.com/detail/youtube-ad-skipper/cheolhficilobbjkgdinaobglkppmckc
简介 Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.
文件大小 39.06 KB
安装次数 7,810
当前版本 1.0.1
更新时间 2023-11-18
上架时间 2020-03-31
评分 4.00/5 共20次评分
开发者 Avinash Sakhreliya
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Ad Skipper",
    "version": "1.0.1",
    "description": "Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "skipper.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icon16-disabled.png",
            "48": "icon48-disabled.png",
            "128": "icon128-disabled.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}