WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Adblock by Friendly

YouTube Adblock by Friendly

View on Chrome Web Store
View YouTube Adblock by Friendly Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (174 ratings)
4 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Block ads on YouTube. Auto skip video ads. Auto hide banner ads. Our Adblocker Skipper also blocks ads in embedded videos.
Type
Extension
Users
60,000 users
10K
Website friendly.io
Friendly App Studio
View author page of Friendly App Studio
Featured Extension

Hand-picked for quality and usefulness

Published
Published on May 27, 2023
Version 1.0.1
Manifest version
3
Updated
Updated on March 13, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View YouTube Adblock by Friendly Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Adblock by Friendly",
    "description": "Block ads on YouTube. Auto skip video ads. Auto hide banner ads. Our Adblocker Skipper also blocks ads in embedded videos.",
    "version": "1.0.1",
    "short_name": "Friendly",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Friendly YouTube Adblock",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content-scripts\/youtube-ad-blocker.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top