Skip video ads

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

What is Skip video ads?

Skip video ads is a Chrome extension developed by http://mrgarretto.com, and its main feature is "Skip youtube before-video ads once the 5 seconds is over automatically".

Download Skip video ads Extension CRX File

Download Skip video ads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Skip video ads Skip video ads
ID mbiejnlchbmjdjmnoalpfoelnimekocb
Official URL https://chrome.google.com/webstore/detail/skip-video-ads/mbiejnlchbmjdjmnoalpfoelnimekocb
Description Skip youtube before-video ads once the 5 seconds is over automatically
File Size 81.02 KB
Installation Count 28
Current Version 1.0
Last Updated 2015-11-07
Publish Date 2015-11-06
Developer http://mrgarretto.com
Payment Type free
Supported Languages 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\/"
    ]
}