Skip Ads

Auto Skipping for all those boring ads on youtube.

What is Skip Ads?

Skip Ads is a Chrome extension developed by Adriano Chambel, and its main feature is "Auto Skipping for all those boring ads on youtube.".

Extension Screenshots

screenshot

Download Skip Ads Extension CRX File

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

                        If you are tired to click on the skip button or closing boring ads over your video, this extension is for you.
A simple ad skipper that automate the task of to click on skip ad button.                    

Extension Basic Information

Name Skip Ads Skip Ads
ID gmkohmponbmhggcpigfkcadabcjnckii
Official URL https://chromewebstore.google.com/detail/skip-ads/gmkohmponbmhggcpigfkcadabcjnckii
Description Auto Skipping for all those boring ads on youtube.
File Size 15.1 KB
Installation Count 9,740
Current Version 0.0.2
Last Updated 2018-12-02
Publish Date 2018-12-02
Rating 3.40/5 Total 10 Ratings
Developer Adriano Chambel
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_extShortName__",
    "version": "0.0.2",
    "author": "Adriano Chambel M. de Lima ",
    "homepage_url": "https:\/\/github.com\/achambel\/skip-ads",
    "minimum_chrome_version": "55",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/*.youtube.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "128x128.png"
    }
}