Skippy - The Best Youtube Ad Skipper

Automatically skip youtube ads the moment they appear

Skippy - The Best Youtube Ad Skipper란 무엇입니까?

Skippy - The Best Youtube Ad Skipper은(는) Rohan Makhija에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically skip youtube ads the moment they appear"입니다.

확장 프로그램 스크린샷

screenshot

Skippy - The Best Youtube Ad Skipper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If you would like to upgrade to the new 2x efficient beta version, click here:
https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/mccflcadolbmcnapdbaepohgnggcnlol

ℹ About:
Skippy is a browser extension that blocks all video ads on YouTube™.
Video ads and ads that come before the video are automatically skipped when they show up.

Features:
Skippy automatically skips video advertisements on YouTube™ and also on other pages that load YouTube™ in them.

🔏 Privacy:
Skippy does not track anything you watch or do on YouTube™ website


Disclaimer: YouTube™ is a trademark of Google LLC.                    

확장 프로그램 기본 정보

이름 Skippy - The Best Youtube Ad Skipper Skippy - The Best Youtube Ad Skipper
ID nodemlgkeklghddomgoabckgbcmalkkj
공식 URL https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/nodemlgkeklghddomgoabckgbcmalkkj
설명 Automatically skip youtube ads the moment they appear
파일 크기 8.75 KB
설치 횟수 359
현재 버전 1.0
최근 업데이트 2023-12-26
출시 날짜 2021-03-24
평점 4.75/5 총 4 개의 평점
개발자 Rohan Makhija
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skippy - The Best Youtube Ad Skipper",
    "version": "1.0",
    "description": "Automatically skip youtube ads the moment they appear",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}