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 - это расширение Chrome, разработанное ADBLOCK, и его основная функция - "Mike Adblock For Chrome is Youtube auto ad skip, Chrome ad blocker, hides ad banner.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Mike Adblock For Chrome | Chrome Ad Blocker

Скачайте файлы расширений Mike Adblock For Chrome | Chrome Ad Blocker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
            ]
        }
    ]
}