Skip Ads - Adblock Plus for Youtube

Auto skip ads when watching YouTube videos. Let YouTube no ads!

Skip Ads - Adblock Plus for Youtube란 무엇입니까?

Skip Ads - Adblock Plus for Youtube은(는) adolfalbin6에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto skip ads when watching YouTube videos. Let YouTube no ads!"입니다.

확장 프로그램 스크린샷

screenshot

Skip Ads - Adblock Plus for Youtube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        There are too many annoying ads on Youtube™ that interrupt us when watching videos. How to get rid of youtube ads? This adblocker extension can remove YouTube™ ads. Automatically skips upcoming ads and enhances the viewing experience.
Feature:
    -> Automatically skips annoying ads
    -> Block pre-rolls and insertion of video ads on the youtube™ platform.
    -> Block ads on external websites that embed youtube™ videos.                    

확장 프로그램 기본 정보

이름 Skip Ads - Adblock Plus for Youtube Skip Ads - Adblock Plus for Youtube
ID cidhcmobnhpfabnklkacinjcobbadabh
공식 URL https://chromewebstore.google.com/detail/skip-ads-adblock-plus-for/cidhcmobnhpfabnklkacinjcobbadabh
설명 Auto skip ads when watching YouTube videos. Let YouTube no ads!
파일 크기 420 KB
설치 횟수 159
현재 버전 1.0.6
최근 업데이트 2022-10-13
출시 날짜 2022-09-29
평점 5.00/5 총 2 개의 평점
개발자 adolfalbin6
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://extensiondock.com/privacy
지원되는 언어 id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.6",
    "manifest_version": 3,
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/skip-ads-adblock-plus-for-youtube\/cidhcmobnhpfabnklkacinjcobbadabh?utm_medium=extension&utm_source=youtube_adblock",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/ys.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "youtube",
                "path": "rules\/rules.json"
            }
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appTitle__",
        "default_icon": {
            "128": "icons\/ys.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "\/js\/inject-script.js"
            ]
        }
    ]
}