YouTube Auto Ad-Skipper
This extension skip ads on YouTube automatically.
Wat is YouTube Auto Ad-Skipper?
YouTube Auto Ad-Skipper is een Chrome-extensie ontwikkeld door Cavosz, en de belangrijkste functie is "This extension skip ads on YouTube automatically.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Auto Ad-Skipper
Download YouTube Auto Ad-Skipper-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
Extension automatically click the skip button on YouTube when it's available. This extension does not block ads or skip ads on other websites.
Basisinformatie over de Extensie
Naam | YouTube Auto Ad-Skipper |
ID | kccbenoebeilhnjknnfokiojlnkmcoel |
Officiële URL | https://chromewebstore.google.com/detail/youtube-auto-ad-skipper/kccbenoebeilhnjknnfokiojlnkmcoel |
Beschrijving | This extension skip ads on YouTube automatically. |
Bestandsgrootte | 27.09 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-10-18 |
Publicatiedatum | 2022-10-17 |
Ontwikkelaar | Cavosz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Auto Ad-Skipper", "description": "This extension skip ads on YouTube automatically.", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ] } ], "action": { "default_title": "Skip ads YT", "default_popup": "popup.html" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" } } |