Youtube button clicker

This extension helps you click the "skip" and "close" button of an ad in Youtube, as well as the "Are you still watching" window.

Youtube button clicker란 무엇입니까?

Youtube button clicker은(는) Petingo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps you click the "skip" and "close" button of an ad in Youtube, as well as the "Are you still watching" window."입니다.

확장 프로그램 스크린샷

screenshot

Youtube button clicker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        自動幫你按下 youtube「略過廣告」的按扭;當「影片已暫停」的視窗跳出來的時候幫你按確定。
音樂撥放太久自動暫停時,也會自動按下「下一首」。
Skip youtube ad by clicking the button for you, as well as the pop-up window saying "are you still watching?" When video stopped after playing for a while, it will click "next video".                    

확장 프로그램 기본 정보

이름 Youtube button clicker Youtube button clicker
ID mnbaldbdmilbhdbmmogpeildjddligkn
공식 URL https://chromewebstore.google.com/detail/youtube-button-clicker/mnbaldbdmilbhdbmmogpeildjddligkn
설명 This extension helps you click the "skip" and "close" button of an ad in Youtube, as well as the "Are you still watching" window.
파일 크기 21.87 KB
설치 횟수 39
현재 버전 1.2.0
최근 업데이트 2019-11-15
출시 날짜 2019-11-14
개발자 Petingo
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube button clicker",
    "short_name": "Youtube button clicker",
    "description": "This extension helps you click the \"skip\" and \"close\" button of an ad in Youtube, as well as the \"Are you still watching\" window.",
    "manifest_version": 2,
    "version": "1.2.0",
    "author": "Petingo",
    "homepage_url": "https:\/\/github.com\/Petingo\/youtube-button-clicker",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "\/lib\/arrive.min.js",
                "app.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "\/options\/options.html"
    },
    "options_ui": {
        "page": "\/options\/options.html"
    },
    "icons": {
        "16": "\/icon\/icon16.png",
        "48": "\/icon\/icon48.png",
        "128": "\/icon\/icon128.png"
    }
}