YouTube Ad Skipper
Automajically skip youtube ads
Wat is YouTube Ad Skipper?
YouTube Ad Skipper is een Chrome-extensie ontwikkeld door jadeallencook, en de belangrijkste functie is "Automajically skip youtube ads".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Ad Skipper
Download YouTube 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
Automatically click the skip button when it's available! Basisinformatie over de Extensie
| Naam | |
| ID | fhbmbhoboahpajmphkgdmoegfoogdkkm |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-ad-skipper/fhbmbhoboahpajmphkgdmoegfoogdkkm |
| Beschrijving | Automajically skip youtube ads |
| Bestandsgrootte | 15.42 KB |
| Aantal Installaties | 13,566 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2017-11-30 |
| Publicatiedatum | 2017-11-30 |
| Beoordeling | 3.48/5 Totaal 25 Beoordelingen |
| Ontwikkelaar | jadeallencook |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Ad Skipper",
"version": "0.0.1",
"manifest_version": 2,
"description": "Automajically skip youtube ads",
"homepage_url": "http:\/\/onflo.io",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*",
"http:\/\/www.youtube.com\/*"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |