YT Ad Skip
This plugin will skip YouTube ads.
Wat is YT Ad Skip?
YT Ad Skip is een Chrome-extensie ontwikkeld door dev.mt877, en de belangrijkste functie is "This plugin will skip YouTube ads.".
Extensie Screenshots
Download het CRX-bestand van de extensie YT Ad Skip
Download YT Ad Skip-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
YouTubeのオーバーレイ広告を非表示。
スキップ可能な動画広告を自動でスキップします。
Hide YouTube overlay ads.
Automatically skip skippable video ads. Basisinformatie over de Extensie
| Naam | |
| ID | bohoehddljlgadmcdlccfoikallknnib |
| Officiële URL | https://chromewebstore.google.com/detail/yt-ad-skip/bohoehddljlgadmcdlccfoikallknnib |
| Beschrijving | This plugin will skip YouTube ads. |
| Bestandsgrootte | 8.83 KB |
| Aantal Installaties | 628 |
| Huidige Versie | 1.3.0 |
| Laatst Bijgewerkt | 2020-06-18 |
| Publicatiedatum | 2020-06-17 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | dev.mt877 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YT Ad Skip",
"version": "1.3.0",
"description": "This plugin will skip YouTube ads.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"yt-ad-skip.js"
]
}
]
} | |