YouTube Ad Skipper

YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!

YouTube Ad Skipper란 무엇입니까?

YouTube Ad Skipper은(는) espacio.abierto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        YouTube Ad Skipper (1.6)  it is NOT an ad blocker, but rather click programatically to the skip button.

The extension is a basic use of selectors and dispatch events that are triggered when elements are render in the page.
 
The click event is automatically dispatch on the skip button element as soon as it is render, it is basic project but are useful, hope would be same for you, any bug, feedback or suggesting let me know. .                    

확장 프로그램 기본 정보

이름 YouTube Ad Skipper YouTube Ad Skipper
ID pgojhlciioemcalndpjlnffkpmogfbgl
공식 URL https://chromewebstore.google.com/detail/youtube-ad-skipper/pgojhlciioemcalndpjlnffkpmogfbgl
설명 YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!
파일 크기 39.22 KB
설치 횟수 2,077
현재 버전 1.6
최근 업데이트 2023-01-03
출시 날짜 2019-10-07
평점 4.43/5 총 7 개의 평점
개발자 espacio.abierto
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://espierto.com/#portfolio
도움말 페이지 URL https://espierto.com/#contact
지원되는 언어 en
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "YouTube Ad Skipper automatically click as soon as the skip button is render allowing to skip the ads even before they appear!",
    "icons": {
        "128": "icon_128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs69r0petggpC7acaNmXbgYKh55KnqwLPceLNHj95g+qKJe9GSo0wRxegdLdWf+vF\/WnvXORdOOHomIaijFH0SXfVmZ6Dsku7lmB4pjcbAAW5w3mX3F9z1IdWl2T9AbxQcJxIDQDUGA6IIfm6gxXPCq\/qqkDk93OhzH\/CcmzPpBm7vFNACNlK5VpQX\/ufs4cKGfkTSxS4uYYq19HxWcR4a9Kyg5QQp4AjI7S+UNjRSXusoqxEa+hhTmU4OTXZB9dyy0v8BHLoBMIo\/tirvrm4qfAnJ3SglcTYJwQIT2k+5efOqvTxALZKpNaa6JEL4tnUQJL0vjUTaxo5N1yx0zqmLQIDAQAB",
    "manifest_version": 3,
    "name": "YouTube Ad Skipper",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6"
}