Mike Adblock For Chrome | Chrome Ad Blocker

Mike Adblock For Chrome is Youtube auto ad skip, Chrome ad blocker, hides ad banner.

Mike Adblock For Chrome | Chrome Ad Blocker란 무엇입니까?

Mike Adblock For Chrome | Chrome Ad Blocker은(는) ADBLOCK에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mike Adblock For Chrome is Youtube auto ad skip, Chrome ad blocker, hides ad banner."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Mike Adblock For Chrome | Chrome Ad Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Mike AdBlock for Chrome is a free application that blocks ads on the YouTube platform, enhancing the video watching experience. It's particularly useful for avoiding ads in channel videos, which have become more prevalent. This application, supported by a robust development team, functions as both a content filter and ad blocker. It's available as a browser extension and can be installed on computers and smartphones.

This extension not only blocks YouTube ads, including pre-roll and banner ads, but also ads on external sites. It's designed to be ultra-fast and lightweight, not impacting browser performance. It helps improve browser speed, page loading times, reduces memory/CPU usage, and bandwidth. Most importantly, it saves time by eliminating the need to view ads. The extension is free and regularly updated.                    

확장 프로그램 기본 정보

이름 Mike Adblock For Chrome | Chrome Ad Blocker Mike Adblock For Chrome | Chrome Ad Blocker
ID giaoehhefkmchjbbdnahgeppblbdejmj
공식 URL https://chromewebstore.google.com/detail/mike-adblock-for-chrome-c/giaoehhefkmchjbbdnahgeppblbdejmj
설명 Mike Adblock For Chrome is Youtube auto ad skip, Chrome ad blocker, hides ad banner.
파일 크기 2.73 MB
설치 횟수 355,537
현재 버전 7.1.3
최근 업데이트 2024-01-11
출시 날짜 2019-12-23
평점 3.94/5 총 567 개의 평점
개발자 ADBLOCK
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,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
{
    "action": {
        "default_icon": {
            "128": "icons\/i128.png",
            "16": "icons\/i16.png",
            "19": "icons\/i19.png",
            "32": "icons\/i32.png",
            "38": "icons\/i38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Options"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "youtube",
                "path": "rules\/youtube.json"
            },
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules\/ruleset_1\/ruleset_1.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "rules\/ruleset_2\/ruleset_2.json"
            },
            {
                "id": "ruleset_3",
                "enabled": true,
                "path": "rules\/ruleset_3\/ruleset_3.json"
            },
            {
                "id": "ruleset_4",
                "enabled": true,
                "path": "rules\/ruleset_4\/ruleset_4.json"
            },
            {
                "id": "ruleset_6",
                "enabled": true,
                "path": "rules\/ruleset_6\/ruleset_6.json"
            },
            {
                "id": "ruleset_7",
                "enabled": true,
                "path": "rules\/ruleset_7\/ruleset_7.json"
            },
            {
                "id": "ruleset_8",
                "enabled": true,
                "path": "rules\/ruleset_8\/ruleset_8.json"
            },
            {
                "id": "ruleset_9",
                "enabled": true,
                "path": "rules\/ruleset_9\/ruleset_9.json"
            },
            {
                "id": "ruleset_13",
                "enabled": true,
                "path": "rules\/ruleset_13\/ruleset_13.json"
            },
            {
                "id": "ruleset_14",
                "enabled": false,
                "path": "rules\/ruleset_14\/ruleset_14.json"
            },
            {
                "id": "ruleset_16",
                "enabled": false,
                "path": "rules\/ruleset_16\/ruleset_16.json"
            },
            {
                "id": "ruleset_224",
                "enabled": false,
                "path": "rules\/ruleset_224\/ruleset_224.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icons\/i128.png",
        "16": "icons\/i16.png",
        "19": "icons\/i19.png",
        "32": "icons\/i32.png",
        "38": "icons\/i38.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "storage",
        "scripting",
        "tabs",
        "cookies",
        "alarms"
    ],
    "short_name": "Youtube Adblocker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.1.3",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "scriptlets.js"
            ]
        }
    ]
}