Ad-skipper

Skips all the skippable ads on youtube without waiting for five seconds, now comes with playback speed slider.

What is Ad-skipper?

Ad-skipper is a Chrome extension developed by Nikhil Singh, and its main feature is "Skips all the skippable ads on youtube without waiting for five seconds, now comes with playback speed slider.".

Extension Screenshots

screenshot

Download Ad-skipper Extension CRX File

Download 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

                        Skips all the skippable ads on youtube without waiting for five seconds, now comes with playback speed slider.                    

Extension Basic Information

Name Ad-skipper Ad-skipper
ID jfmmhlgdaekimamaebokgdjeolkdlfpg
Official URL https://chromewebstore.google.com/detail/ad-skipper/jfmmhlgdaekimamaebokgdjeolkdlfpg
Description Skips all the skippable ads on youtube without waiting for five seconds, now comes with playback speed slider.
File Size 18.66 KB
Installation Count 1,520
Current Version 2.0.1
Last Updated 2019-11-20
Publish Date 2019-11-19
Rating 4.79/5 Total 19 Ratings
Developer Nikhil Singh
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad-skipper",
    "short_name": "Ad-skipper",
    "manifest_version": 2,
    "version": "2.0.1",
    "author": "Nikhil Singh",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "skip.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    }
}