Mike Adblock For Chrome | Chrome Ad Blocker

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

Vad är Mike Adblock For Chrome | Chrome Ad Blocker?

Mike Adblock For Chrome | Chrome Ad Blocker är en Chrome-tillägg utvecklad av ADBLOCK, och dess huvudfunktion är "Mike Adblock For Chrome is Youtube auto ad skip, Chrome ad blocker, hides ad banner.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Mike Adblock For Chrome | Chrome Ad Blocker-förlängningens CRX-fil

Ladda ner Mike Adblock For Chrome | Chrome Ad Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Mike Adblock For Chrome | Chrome Ad Blocker Mike Adblock For Chrome | Chrome Ad Blocker
ID giaoehhefkmchjbbdnahgeppblbdejmj
Officiell webbadress https://chromewebstore.google.com/detail/mike-adblock-for-chrome-c/giaoehhefkmchjbbdnahgeppblbdejmj
Beskrivning Mike Adblock For Chrome is Youtube auto ad skip, Chrome ad blocker, hides ad banner.
Filstorlek 2.73 MB
Antal Installationer 355,537
Aktuell Version 7.1.3
Senast Uppdaterad 2024-01-11
Publiceringsdatum 2019-12-23
Betyg 3.94/5 Totalt 567 Betyg
Utvecklare ADBLOCK
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}