YouTube NoAds!

The add-on blocks ads presented in videos on youtube.

Wat is YouTube NoAds!?

YouTube NoAds! is een Chrome-extensie ontwikkeld door info, en de belangrijkste functie is "The add-on blocks ads presented in videos on youtube.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube NoAds!

Download YouTube NoAds!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The add-on blocks ads presented in videos on youtube. The ad blocker consists in automatically selecting the 'skip ads' button when it becomes active.                    

Basisinformatie over de Extensie

Naam YouTube NoAds! YouTube NoAds!
ID plohhfnpbopkgjhbaljjepioomefkaog
Officiële URL https://chrome.google.com/webstore/detail/youtube-noads/plohhfnpbopkgjhbaljjepioomefkaog
Beschrijving The add-on blocks ads presented in videos on youtube.
Bestandsgrootte 166 KB
Aantal Installaties 761
Huidige Versie 2.0.0
Laatst Bijgewerkt 2022-11-30
Publicatiedatum 2022-11-30
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar info
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube NoAds!",
    "description": "The add-on blocks ads presented in videos on youtube.",
    "manifest_version": 3,
    "version": "2.0.0",
    "background": {
        "service_worker": "src\/service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "src\/content_scripts.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "alarms",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "resource\/youtube(3).png"
    }
}