YouTube Skip Ads

Skip all kind of youtube ads automatically.

YouTube Skip Ads란 무엇입니까?

YouTube Skip Ads은(는) akash.anand708에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skip all kind of youtube ads automatically."입니다.

확장 프로그램 스크린샷

screenshot

YouTube Skip Ads 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        No need to buy premium subscription to avoid ads.
When you are listening songs list in youtube while doing something in Kitchen or some cleaning work at home.
Sometimes long ads comes in between and you have only two options.
1. Let ads play for that long duration. Or
2. Come near to laptop and click SKIP button.

Isn't it irritating. Here is the solution for this.
You don't need to SKIP manually. This extension will do it for you.

NOTE: This works for NON-SKIPPABLE ads also.

Please try it and leave review comments.                    

확장 프로그램 기본 정보

이름 YouTube Skip Ads YouTube Skip Ads
ID nebpcniblohdgemginackdeilpgcknmm
공식 URL https://chromewebstore.google.com/detail/youtube-skip-ads/nebpcniblohdgemginackdeilpgcknmm
설명 Skip all kind of youtube ads automatically.
파일 크기 6.02 KB
설치 횟수 636
현재 버전 0.1
최근 업데이트 2019-07-28
출시 날짜 2019-07-26
평점 4.00/5 총 3 개의 평점
개발자 akash.anand708
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Skip Ads",
    "short_name": "Skip YouTube Ads",
    "version": "0.1",
    "default_locale": "en",
    "description": "Skip all kind of youtube ads automatically.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    }
}