Mike Adblock For Chrome | Chrome Ad Blocker

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

Cos'è Mike Adblock For Chrome | Chrome Ad Blocker?

Mike Adblock For Chrome | Chrome Ad Blocker è un'estensione di Chrome sviluppata da ADBLOCK, e la sua funzione principale è "Mike Adblock For Chrome is Youtube auto ad skip, Chrome ad blocker, hides ad banner.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mike Adblock For Chrome | Chrome Ad Blocker

Scarica i file di estensione Mike Adblock For Chrome | Chrome Ad Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Mike Adblock For Chrome | Chrome Ad Blocker Mike Adblock For Chrome | Chrome Ad Blocker
ID giaoehhefkmchjbbdnahgeppblbdejmj
URL Ufficiale https://chromewebstore.google.com/detail/mike-adblock-for-chrome-c/giaoehhefkmchjbbdnahgeppblbdejmj
Descrizione Mike Adblock For Chrome is Youtube auto ad skip, Chrome ad blocker, hides ad banner.
Dimensione del File 2.73 MB
Conteggio Installazioni 355,537
Versione Corrente 7.1.3
Ultimo Aggiornamento 2024-01-11
Data di Pubblicazione 2019-12-23
Valutazione 3.94/5 Totale 567 Valutazioni
Sviluppatore ADBLOCK
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}