Skip Ads - Adblock Plus for Youtube

Auto skip ads when watching YouTube videos. Let YouTube no ads!

What is Skip Ads - Adblock Plus for Youtube?

Skip Ads - Adblock Plus for Youtube is a Chrome extension developed by adolfalbin6, and its main feature is "Auto skip ads when watching YouTube videos. Let YouTube no ads!".

Extension Screenshots

screenshot

Download Skip Ads - Adblock Plus for Youtube Extension CRX File

Download Skip Ads - Adblock Plus for 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

                        There are too many annoying ads on Youtube™ that interrupt us when watching videos. How to get rid of youtube ads? This adblocker extension can remove YouTube™ ads. Automatically skips upcoming ads and enhances the viewing experience.
Feature:
    -> Automatically skips annoying ads
    -> Block pre-rolls and insertion of video ads on the youtube™ platform.
    -> Block ads on external websites that embed youtube™ videos.                    

Extension Basic Information

Name Skip Ads - Adblock Plus for Youtube Skip Ads - Adblock Plus for Youtube
ID cidhcmobnhpfabnklkacinjcobbadabh
Official URL https://chromewebstore.google.com/detail/skip-ads-adblock-plus-for/cidhcmobnhpfabnklkacinjcobbadabh
Description Auto skip ads when watching YouTube videos. Let YouTube no ads!
File Size 420 KB
Installation Count 159
Current Version 1.0.6
Last Updated 2022-10-13
Publish Date 2022-09-29
Rating 5.00/5 Total 2 Ratings
Developer adolfalbin6
Email [email protected]
Payment Type free
Privacy Policy Page URL https://extensiondock.com/privacy
Supported Languages id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.6",
    "manifest_version": 3,
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/skip-ads-adblock-plus-for-youtube\/cidhcmobnhpfabnklkacinjcobbadabh?utm_medium=extension&utm_source=youtube_adblock",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/ys.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "youtube",
                "path": "rules\/rules.json"
            }
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appTitle__",
        "default_icon": {
            "128": "icons\/ys.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "\/js\/inject-script.js"
            ]
        }
    ]
}