YouBlock - Youtube Video Ads Blocker

Skips instantly video ads and banners on YouTube

Was ist YouBlock - Youtube Video Ads Blocker?

YouBlock - Youtube Video Ads Blocker ist eine Chrome-Erweiterung, die von igor.efron entwickelt wurde, und ihr Hauptmerkmal ist "Skips instantly video ads and banners on YouTube".

Erweiterungsscreenshots

screenshot

YouBlock - Youtube Video Ads Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouBlock - Youtube Video Ads 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

                        Block video ads and pop-ups on YouTube.

YouBlock is the best video blocker you get!                    

Grundlegende Informationen zur Erweiterung

Name YouBlock - Youtube Video Ads Blocker YouBlock - Youtube Video Ads Blocker
ID khgjkaenamcnocmlkkdkphjopbdgddjj
Offizielle URL https://chromewebstore.google.com/detail/youblock-youtube-video-ad/khgjkaenamcnocmlkkdkphjopbdgddjj
Beschreibung Skips instantly video ads and banners on YouTube
Dateigröße 47.62 KB
Installationsanzahl 5,120
Aktuelle Version 1.3.1
Letztes Update 2023-02-19
Veröffentlichungsdatum 2021-03-21
Bewertung 4.22/5 Insgesamt 9 Bewertungen
Entwickler igor.efron
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://efron.ai
Unterstützte Sprachen de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.3.1",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}