Mike Adblock For Chrome | Chrome Ad Blocker

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

What is Mike Adblock For Chrome | Chrome Ad Blocker?

Mike Adblock For Chrome | Chrome Ad Blocker is a Chrome extension developed by ADBLOCK, and its main feature is "Mike Adblock For Chrome is Youtube auto ad skip, Chrome ad blocker, hides ad banner.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Mike Adblock For Chrome | Chrome Ad Blocker Extension CRX File

Download Mike Adblock For Chrome | Chrome Ad Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Mike Adblock For Chrome | Chrome Ad Blocker Mike Adblock For Chrome | Chrome Ad Blocker
ID giaoehhefkmchjbbdnahgeppblbdejmj
Official URL https://chromewebstore.google.com/detail/mike-adblock-for-chrome-c/giaoehhefkmchjbbdnahgeppblbdejmj
Description Mike Adblock For Chrome is Youtube auto ad skip, Chrome ad blocker, hides ad banner.
File Size 2.73 MB
Installation Count 355,537
Current Version 7.1.3
Last Updated 2024-01-11
Publish Date 2019-12-23
Rating 3.94/5 Total 567 Ratings
Developer ADBLOCK
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}