No more YouTube ads

Say 'No' to YouTube ads

What is No more YouTube ads?

No more YouTube ads is a Chrome extension developed by Vivek Yadav, and its main feature is "Say 'No' to YouTube ads".

Extension Screenshots

screenshot

Download No more YouTube ads Extension CRX File

Download No more YouTube 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

                        Automatically skip ads on YouTube without using Ad-Blocker.                    

Extension Basic Information

Name No more YouTube ads No more YouTube ads
ID cajcgbebigphbeaaihiibfcoimmkbpdc
Official URL https://chromewebstore.google.com/detail/no-more-youtube-ads/cajcgbebigphbeaaihiibfcoimmkbpdc
Description Say 'No' to YouTube ads
File Size 9.86 KB
Installation Count 60
Current Version 0.0.2
Last Updated 2021-02-06
Publish Date 2020-11-16
Rating 5.00/5 Total 2 Ratings
Developer Vivek Yadav
Email [email protected]
Payment Type free
Privacy Policy Page URL https://yskipads.web.app
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No more YouTube ads",
    "short_name": "YSkipper",
    "description": "Say 'No' to YouTube ads",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "vivek.js"
            ]
        }
    ]
}