YouTube Skip Ads

Skip all kind of youtube ads automatically.

Was ist YouTube Skip Ads?

YouTube Skip Ads ist eine Chrome-Erweiterung, die von akash.anand708 entwickelt wurde, und ihr Hauptmerkmal ist "Skip all kind of youtube ads automatically.".

Erweiterungsscreenshots

screenshot

YouTube Skip Ads-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Skip Ads-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

                        No need to buy premium subscription to avoid ads.
When you are listening songs list in youtube while doing something in Kitchen or some cleaning work at home.
Sometimes long ads comes in between and you have only two options.
1. Let ads play for that long duration. Or
2. Come near to laptop and click SKIP button.

Isn't it irritating. Here is the solution for this.
You don't need to SKIP manually. This extension will do it for you.

NOTE: This works for NON-SKIPPABLE ads also.

Please try it and leave review comments.                    

Grundlegende Informationen zur Erweiterung

Name YouTube Skip Ads YouTube Skip Ads
ID nebpcniblohdgemginackdeilpgcknmm
Offizielle URL https://chromewebstore.google.com/detail/youtube-skip-ads/nebpcniblohdgemginackdeilpgcknmm
Beschreibung Skip all kind of youtube ads automatically.
Dateigröße 6.02 KB
Installationsanzahl 636
Aktuelle Version 0.1
Letztes Update 2019-07-28
Veröffentlichungsdatum 2019-07-26
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler akash.anand708
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Skip Ads",
    "short_name": "Skip YouTube Ads",
    "version": "0.1",
    "default_locale": "en",
    "description": "Skip all kind of youtube ads automatically.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    }
}