Ultimate Video Ad Blocker

Watch Youtube™ without video ads.

Was ist Ultimate Video Ad Blocker?

Ultimate Video Ad Blocker ist eine Chrome-Erweiterung, die von uadblock entwickelt wurde, und ihr Hauptmerkmal ist "Watch Youtube™ without video ads.".

Erweiterungsscreenshots

screenshot

Ultimate Video Ad Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ultimate Video Ad Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Fast and effective video ad blocker. 
You won't need to wait or click skip ad anymore.                    

Grundlegende Informationen zur Erweiterung

Name Ultimate Video Ad Blocker Ultimate Video Ad Blocker
ID mbjaofhpjelogcpkjgpneaojiafljhik
Offizielle URL https://chrome.google.com/webstore/detail/ultimate-video-ad-blocker/mbjaofhpjelogcpkjgpneaojiafljhik
Beschreibung Watch Youtube™ without video ads.
Dateigröße 16.42 KB
Installationsanzahl 200,000
Aktuelle Version 1.6.9
Letztes Update 2021-09-23
Veröffentlichungsdatum 2021-08-24
Bewertung 4.41/5 Insgesamt 44 Bewertungen
Entwickler uadblock
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://adblockervideo.com/privacy.php
Unterstützte Sprachen de,en,fr,nl,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.6.9",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "main.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.adblockervideo.com\/*"
        ]
    },
    "icons": {
        "128": "icon.png"
    }
}