Instant Youtube Ad Skipper

Extension that automatically fast forwards and skips youtube ads.

Was ist Instant Youtube Ad Skipper?

Instant Youtube Ad Skipper ist eine Chrome-Erweiterung, die von Cloud Composed LLC entwickelt wurde, und ihr Hauptmerkmal ist "Extension that automatically fast forwards and skips youtube ads.".

Erweiterungsscreenshots

screenshot

Instant Youtube Ad Skipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Instant Youtube Ad Skipper-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

                        This extension will automatically and almost instantly skip any YouTube ads. No need to wait for the skip button and you should never have to watch ads again.

Just install the extension and YouTube ads will begin to be skipped. I hope you enjoy!                    

Grundlegende Informationen zur Erweiterung

Name Instant Youtube Ad Skipper Instant Youtube Ad Skipper
ID hfncancnkmcojmfbfcdphomojkgmanlf
Offizielle URL https://chromewebstore.google.com/detail/instant-youtube-ad-skippe/hfncancnkmcojmfbfcdphomojkgmanlf
Beschreibung Extension that automatically fast forwards and skips youtube ads.
Dateigröße 57.28 KB
Installationsanzahl 265
Aktuelle Version 1.0
Letztes Update 2022-10-30
Veröffentlichungsdatum 2022-10-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Cloud Composed LLC
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Youtube Ad Skipper",
    "description": "Extension that automatically fast forwards and skips youtube ads.",
    "author": "Cloud Composed LLC",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Instant Youtube Ad Skipper",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}