YouTube Ad Skipper

Automajically skip youtube ads

What is YouTube Ad Skipper?

YouTube Ad Skipper is a Chrome extension developed by jadeallencook, and its main feature is "Automajically skip youtube ads".

Extension Screenshots

screenshot
screenshot

Download YouTube Ad Skipper Extension CRX File

Download YouTube Ad Skipper 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

                        Automatically click the skip button when it's available!                    

Extension Basic Information

Name YouTube Ad Skipper YouTube Ad Skipper
ID fhbmbhoboahpajmphkgdmoegfoogdkkm
Official URL https://chromewebstore.google.com/detail/youtube-ad-skipper/fhbmbhoboahpajmphkgdmoegfoogdkkm
Description Automajically skip youtube ads
File Size 15.42 KB
Installation Count 13,566
Current Version 0.0.1
Last Updated 2017-11-30
Publish Date 2017-11-30
Rating 3.48/5 Total 25 Ratings
Developer jadeallencook
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Ad Skipper",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Automajically skip youtube ads",
    "homepage_url": "http:\/\/onflo.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}