Autoskip for YouTube 2.0
Automatically skips the YouTube ads. 🚫
Wat is Autoskip for YouTube 2.0?
Autoskip for YouTube 2.0 is een Chrome-extensie ontwikkeld door office, en de belangrijkste functie is "Automatically skips the YouTube ads. 🚫".
Extensie Screenshots
Download het CRX-bestand van de extensie Autoskip for YouTube 2.0
Download Autoskip for YouTube 2.0-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
⬇️ Easy to set up ⬇️:
1. Install and add the extension to Chrome.
2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played.
✨ Features ✨
1. Works on Youtube.
2. Could be combined with general-purpose ad blockers to block the ads altogether.
This extension will auto-skip the ads to improve your YouTube experience. Basisinformatie over de Extensie
| Naam | |
| ID | gcgihkjcccpnahfhhkghlhncdaamjccc |
| Officiële URL | https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc |
| Beschrijving | Automatically skips the YouTube ads. 🚫 |
| Bestandsgrootte | 8.18 KB |
| Aantal Installaties | 137 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-03-25 |
| Publicatiedatum | 2023-03-24 |
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | office |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Autoskip for YouTube 2.0",
"version": "1.0",
"icons": {
"128": "icon_128.png"
},
"description": "Automatically skips the YouTube ads. \ud83d\udeab",
"content_scripts": [
{
"matches": [
"https:\/\/*.YouTube.com\/*"
],
"js": [
"content.js"
]
}
],
"manifest_version": 3
} | |