YouAd Skipper

Sample Chrome Extension

What is YouAd Skipper?

YouAd Skipper is a Chrome extension developed by fuwasegu, and its main feature is "Sample Chrome Extension".

Extension Screenshots

screenshot

Download YouAd Skipper Extension CRX File

Download YouAd Skipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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秒钟的视频广告。                    

Extension Basic Information

Name YouAd Skipper YouAd Skipper
ID nhjhjoenmfpjglhfganelcdcdhebbmmi
Official URL https://chromewebstore.google.com/detail/youad-skipper/nhjhjoenmfpjglhfganelcdcdhebbmmi
Description Sample Chrome Extension
File Size 20.11 KB
Installation Count 4,426
Current Version 2.1.0
Last Updated 2022-06-02
Publish Date 2019-12-14
Rating 4.69/5 Total 16 Ratings
Developer fuwasegu
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}