YouTube Ad skipper 100% Working

YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.

YouTube Ad skipper 100% Working란 무엇입니까?

YouTube Ad skipper 100% Working은(는) AyushMaji에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

YouTube Ad skipper 100% Working 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Automatically closes banner ads and clicks 'Skip Ad' buttons for you.YouTube Ad Skipper(100% Working) is an extension that auto skips ads after YouTube provides a skip ad button. 
It does not block an ad. it just clicks close and skip for you automatically. Useful if you are tabbed out, or just lazy.
This is basically useful when you are watching a youtube video (or a playlist), and an ad starts playing. Youtube allows you to skip the ad after 5 seconds, but if you can't be bothered to click it yourself (or you are AFK), this extension clicks that button for you.
link- https://www.youtube.com/channel/UCtmdG03nDBhw6wZzeN3ChMw                    

확장 프로그램 기본 정보

이름 YouTube Ad skipper 100% Working YouTube Ad skipper 100% Working
ID ojaledjgjlkpjaebmdphdkcmljibaeen
공식 URL https://chromewebstore.google.com/detail/youtube-ad-skipper-100%25-w/ojaledjgjlkpjaebmdphdkcmljibaeen
설명 YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.
파일 크기 13.41 KB
설치 횟수 677
현재 버전 1.0
최근 업데이트 2020-12-27
출시 날짜 2020-12-27
평점 4.20/5 총 15 개의 평점
개발자 AyushMaji
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.youtube.com/channel/UCtmdG03nDBhw6wZzeN3ChMw
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Ad skipper 100% Working",
    "version": "1.0",
    "description": "YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.",
    "manifest_version": 2,
    "author": "Ayush Maji",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}