Instant Youtube Ad Skipper
Extension that automatically fast forwards and skips youtube ads.
Wat is Instant Youtube Ad Skipper?
Instant Youtube Ad Skipper is een Chrome-extensie ontwikkeld door Cloud Composed LLC, en de belangrijkste functie is "Extension that automatically fast forwards and skips youtube ads.".
Extensie Screenshots
Download het CRX-bestand van de extensie Instant Youtube Ad Skipper
Download Instant 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
This extension will automatically and almost instantly skip any YouTube ads. No need to wait for the skip button and you should never have to watch ads again. Just install the extension and YouTube ads will begin to be skipped. I hope you enjoy!
Basisinformatie over de Extensie
Naam | Instant Youtube Ad Skipper |
ID | hfncancnkmcojmfbfcdphomojkgmanlf |
Officiële URL | https://chromewebstore.google.com/detail/instant-youtube-ad-skippe/hfncancnkmcojmfbfcdphomojkgmanlf |
Beschrijving | Extension that automatically fast forwards and skips youtube ads. |
Bestandsgrootte | 57.28 KB |
Aantal Installaties | 265 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-10-30 |
Publicatiedatum | 2022-10-30 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Cloud Composed LLC |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Youtube Ad Skipper", "description": "Extension that automatically fast forwards and skips youtube ads.", "author": "Cloud Composed LLC", "manifest_version": 3, "version": "1.0", "action": { "default_popup": "index.html", "default_title": "Instant Youtube Ad Skipper", "default_icon": "icon.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |