YouTube Skip Ads

Skip all kind of youtube ads automatically.

Wat is YouTube Skip Ads?

YouTube Skip Ads is een Chrome-extensie ontwikkeld door akash.anand708, en de belangrijkste functie is "Skip all kind of youtube ads automatically.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Skip Ads

Download YouTube Skip Ads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YouTube Skip Ads YouTube Skip Ads
ID nebpcniblohdgemginackdeilpgcknmm
Officiële URL https://chromewebstore.google.com/detail/youtube-skip-ads/nebpcniblohdgemginackdeilpgcknmm
Beschrijving Skip all kind of youtube ads automatically.
Bestandsgrootte 6.02 KB
Aantal Installaties 636
Huidige Versie 0.1
Laatst Bijgewerkt 2019-07-28
Publicatiedatum 2019-07-26
Beoordeling 4.00/5 Totaal 3 Beoordelingen
Ontwikkelaar akash.anand708
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}