YouAd Skipper

Sample Chrome Extension

什么是YouAd Skipper?

YouAd Skipper是由fuwasegu开发的Chrome扩展程序,该扩展的主要功能是“Sample Chrome Extension”。

扩展截图

screenshot

下载YouAd Skipper扩展crx文件

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

扩展使用说明

                        YouTubeの動画広告の自動スキップ、バナー広告の自動削除を行う拡張機能です。
スキップするのに5秒かかる広告も、5秒待たずに飛ばすことができます。

This extension can skip YouTube movie ad and banner ad automatically.
You need not wait the video ads that need to wait 5 seconds.

此扩展程序可以自动跳过YouTube电影广告和横幅广告。
您无需等待需要等待5秒钟的视频广告。                    

扩展基本信息

名称 YouAd Skipper YouAd Skipper
ID nhjhjoenmfpjglhfganelcdcdhebbmmi
官方URL https://chromewebstore.google.com/detail/youad-skipper/nhjhjoenmfpjglhfganelcdcdhebbmmi
简介 Sample Chrome Extension
文件大小 20.11 KB
安装次数 4,426
当前版本 2.1.0
更新时间 2022-06-02
上架时间 2019-12-14
评分 4.69/5 共16次评分
开发者 fuwasegu
电子邮箱 [email protected]
付费类型 free
支持的语言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouAd Skipper",
    "version": "2.1.0",
    "manifest_version": 3,
    "description": "Sample Chrome Extension",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "YouAdSkipper.js"
            ]
        }
    ],
    "background": {
        "service_worker": "YouAdSkipper.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}