Ad-free YouTube

Get rid of Youtube ads

What is Ad-free YouTube?

Ad-free YouTube is a Chrome extension developed by Rushi Bharad, and its main feature is "Get rid of Youtube ads".

Extension Screenshots

screenshot

Download Ad-free YouTube Extension CRX File

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

                        Ad-free YouTube !!

Once you add this extension to your chrome browser, all annoying popup ads and skippable ads will stop showing.
This works on YouTube music as well.

Enjoy ad-free YouTube.

If you like the extension and find it useful, please reward me at https://paypal.me/rushibharad                    

Extension Basic Information

Name Ad-free YouTube Ad-free YouTube
ID loaocbojmkjpcjabkcghbcdggjemhkpe
Official URL https://chromewebstore.google.com/detail/ad-free-youtube/loaocbojmkjpcjabkcghbcdggjemhkpe
Description Get rid of Youtube ads
File Size 28.71 KB
Installation Count 1,046
Current Version 1.0
Last Updated 2019-09-01
Publish Date 2019-09-01
Rating 5.00/5 Total 2 Ratings
Developer Rushi Bharad
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad-free YouTube",
    "description": "Get rid of Youtube ads",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Ad-free YouTube",
        "default_popup": "index.html"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/music.youtube.com\/*"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}