Skip Ads

Auto Skipping for all those boring ads on youtube.

Skip Ads란 무엇입니까?

Skip Ads은(는) Adriano Chambel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto Skipping for all those boring ads on youtube."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        If you are tired to click on the skip button or closing boring ads over your video, this extension is for you.
A simple ad skipper that automate the task of to click on skip ad button.                    

확장 프로그램 기본 정보

이름 Skip Ads Skip Ads
ID gmkohmponbmhggcpigfkcadabcjnckii
공식 URL https://chromewebstore.google.com/detail/skip-ads/gmkohmponbmhggcpigfkcadabcjnckii
설명 Auto Skipping for all those boring ads on youtube.
파일 크기 15.1 KB
설치 횟수 9,740
현재 버전 0.0.2
최근 업데이트 2018-12-02
출시 날짜 2018-12-02
평점 3.40/5 총 10 개의 평점
개발자 Adriano Chambel
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_extShortName__",
    "version": "0.0.2",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/skip-ads",
    "minimum_chrome_version": "55",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "128x128.png"
    }
}