YouTube Ad Skipper

Ad Skipper

What is YouTube Ad Skipper?

YouTube Ad Skipper is a Chrome extension developed by ashu38987, and its main feature is "Ad Skipper".

Extension Screenshots

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

                        YouTube Ad-Skipper (skip ad's  very fast)                    

Extension Basic Information

Name YouTube Ad Skipper YouTube Ad Skipper
ID edbjijjeoelefiadjclccijicdjijkcn
Official URL https://chromewebstore.google.com/detail/youtube-ad-skipper/edbjijjeoelefiadjclccijicdjijkcn
Description Ad Skipper
File Size 23.26 KB
Installation Count 13
Current Version 0.1.1
Last Updated 2021-03-10
Publish Date 2021-03-07
Rating 4.00/5 Total 1 Ratings
Developer ashu38987
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Ad Skipper",
    "description": "Ad Skipper",
    "version": "0.1.1",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}