SkipAds

This clicks SkipAds button, removes Ad-banners for you

What is SkipAds?

SkipAds is a Chrome extension developed by Edwin, and its main feature is "This clicks SkipAds button, removes Ad-banners for you".

Extension Screenshots

screenshot

Download SkipAds Extension CRX File

Download SkipAds 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

                        This extension automatically clicks Skip Ad button on youtube videos.  It also removes the Ad-banners that appear at the bottom of the video. 

You just have to install this Extension, and watch Youtube without pressing on Skip Ad button. This plugin works exclusively on YouTube videos.                    

Extension Basic Information

Name SkipAds SkipAds
ID gccoifaifhhancbpbngckolbphodjiea
Official URL https://chromewebstore.google.com/detail/skipads/gccoifaifhhancbpbngckolbphodjiea
Description This clicks SkipAds button, removes Ad-banners for you
File Size 9.99 KB
Installation Count 159
Current Version 2.0
Last Updated 2022-06-27
Publish Date 2020-06-19
Rating 5.00/5 Total 4 Ratings
Developer Edwin
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkipAds",
    "version": "2.0",
    "description": "This clicks SkipAds button, removes Ad-banners for you ",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "persistent": false
    },
    "action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "skipAds.js"
            ]
        }
    ],
    "manifest_version": 3
}