YT Skip Ads
This extension attempts to skip the YouTube ads automatically
Wat is YT Skip Ads?
YT Skip Ads is een Chrome-extensie ontwikkeld door Furqan, en de belangrijkste functie is "This extension attempts to skip the YouTube ads automatically".
Extensie Screenshots
Download het CRX-bestand van de extensie YT Skip Ads
Download YT Skip Ads-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 basically automates two things for you, so you can save yourselves a few seconds of time and avoid mundane tasks: 1. Auto-skips those 5 second ads on YouTube: YouTube usually plays ads before the videos, and these ads have a countdown timer of around 5 seconds before the ad can be skipped using the "Skip Ad" button, which only appears after few seconds. This extension tries to skip the ad immediately and automatically for you, even before the ad countdown timer ends. This works when the ad is a "skippable" ad. 2. Dismisses those annoying overlay ads that appear over the video at the bottom, with a remarkably small button to close them.
Basisinformatie over de Extensie
Naam | YT Skip Ads |
ID | lahknfhfeikbpljolkheigimmcfhplga |
Officiële URL | https://chromewebstore.google.com/detail/yt-skip-ads/lahknfhfeikbpljolkheigimmcfhplga |
Beschrijving | This extension attempts to skip the YouTube ads automatically |
Bestandsgrootte | 17.31 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-09-14 |
Publicatiedatum | 2021-09-14 |
Ontwikkelaar | Furqan |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YT Skip Ads", "description": "This extension attempts to skip the YouTube ads automatically", "version": "1.0", "page_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "YouTube Skip Ads" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "src\/css\/main.css" ], "js": [ "src\/js\/dom-watcher.js" ], "run_at": "document_end" } ] } |