Autoskip for YouTube 2.0

Automatically skips the YouTube ads. 🚫

Was ist Autoskip for YouTube 2.0?

Autoskip for YouTube 2.0 ist eine Chrome-Erweiterung, die von office entwickelt wurde, und ihr Hauptmerkmal ist "Automatically skips the YouTube ads. 🚫".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Autoskip for YouTube 2.0-Erweiterungs-CRX-Datei herunterladen

Laden Sie Autoskip for YouTube 2.0-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

                        ⬇️ Easy to set up ⬇️:

1. Install and add the extension to Chrome.
2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played.

✨ Features ✨

1. Works on Youtube.
2. Could be combined with general-purpose ad blockers to block the ads altogether.

This extension will auto-skip the ads to improve your YouTube experience.                    

Grundlegende Informationen zur Erweiterung

Name Autoskip for YouTube 2.0 Autoskip for YouTube 2.0
ID gcgihkjcccpnahfhhkghlhncdaamjccc
Offizielle URL https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc
Beschreibung Automatically skips the YouTube ads. 🚫
Dateigröße 8.18 KB
Installationsanzahl 137
Aktuelle Version 1.0
Letztes Update 2023-03-25
Veröffentlichungsdatum 2023-03-24
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler office
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoskip for YouTube 2.0",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Automatically skips the YouTube ads. \ud83d\udeab",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.YouTube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 3
}