Skip video ads

Skip youtube before-video ads once the 5 seconds is over automatically

Wat is Skip video ads?

Skip video ads is een Chrome-extensie ontwikkeld door http://mrgarretto.com, en de belangrijkste functie is "Skip youtube before-video ads once the 5 seconds is over automatically".

Download het CRX-bestand van de extensie Skip video ads

Download Skip video 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

                        This extension allows you to automatically skip Youtube's before-video ads automatically after the 5 seconds is over so that you can still support the content creators.                    

Basisinformatie over de Extensie

Naam Skip video ads Skip video ads
ID mbiejnlchbmjdjmnoalpfoelnimekocb
Officiële URL https://chrome.google.com/webstore/detail/skip-video-ads/mbiejnlchbmjdjmnoalpfoelnimekocb
Beschrijving Skip youtube before-video ads once the 5 seconds is over automatically
Bestandsgrootte 81.02 KB
Aantal Installaties 28
Huidige Versie 1.0
Laatst Bijgewerkt 2015-11-07
Publicatiedatum 2015-11-06
Ontwikkelaar http://mrgarretto.com
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skip video ads",
    "description": "Skip youtube before-video ads once the 5 seconds is over automatically",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "clickskip.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}