Skip video ads
Skip youtube before-video ads once the 5 seconds is over automatically
Was ist Skip video ads?
Skip video ads ist eine Chrome-Erweiterung, die von http://mrgarretto.com entwickelt wurde, und ihr Hauptmerkmal ist "Skip youtube before-video ads once the 5 seconds is over automatically".
Skip video ads-Erweiterungs-CRX-Datei herunterladen
Laden Sie Skip video ads-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to automatically skip Youtube's before-video ads automatically after the 5 seconds is over so that you can still support the content creators.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mbiejnlchbmjdjmnoalpfoelnimekocb |
Offizielle URL | https://chrome.google.com/webstore/detail/skip-video-ads/mbiejnlchbmjdjmnoalpfoelnimekocb |
Beschreibung | Skip youtube before-video ads once the 5 seconds is over automatically |
Dateigröße | 81.02 KB |
Installationsanzahl | 28 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-11-07 |
Veröffentlichungsdatum | 2015-11-06 |
Entwickler | http://mrgarretto.com |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skip video ads", "description": "Skip youtube before-video ads once the 5 seconds is over automatically", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "clickskip.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |