Youtube Ads Killer

YouTube Ad Killer auto skip ads. You don't need worry and manually press skip after 5 seconds.

Youtube Ads Killer란 무엇입니까?

Youtube Ads Killer은(는) Refixanimation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouTube Ad Killer auto skip ads. You don't need worry and manually press skip after 5 seconds."입니다.

확장 프로그램 스크린샷

screenshot

Youtube Ads Killer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        YouTube Ad Killer auto skip ads. You don't need worry and manually press skip after 5 seconds.                    

확장 프로그램 기본 정보

이름 Youtube Ads Killer Youtube Ads Killer
ID kcacgelamniaacjfbmekoagkkmdjlfib
공식 URL https://chromewebstore.google.com/detail/youtube-ads-killer/kcacgelamniaacjfbmekoagkkmdjlfib
설명 YouTube Ad Killer auto skip ads. You don't need worry and manually press skip after 5 seconds.
파일 크기 17.89 KB
설치 횟수 1,269
현재 버전 1.0.0
최근 업데이트 2019-09-07
출시 날짜 2019-09-06
평점 4.33/5 총 6 개의 평점
개발자 Refixanimation
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Ads Killer",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "inject.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "menu.js"
        ]
    },
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_title": "Youtube Ads Killer",
        "default_popup": "popup.html"
    }
}