YouAd Skipper

Sample Chrome Extension

YouAd Skipper란 무엇입니까?

YouAd Skipper은(는) fuwasegu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sample Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot

YouAd Skipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}