Skip video ads
Skip youtube before-video ads once the 5 seconds is over automatically
Hvad er Skip video ads?
Skip video ads er en Chrome-udvidelse udviklet af http://mrgarretto.com, og dens hovedfunktion er "Skip youtube before-video ads once the 5 seconds is over automatically".
Download Skip video ads-udvidelses-CRX-fil
Download Skip video ads-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mbiejnlchbmjdjmnoalpfoelnimekocb |
Officiel URL | https://chrome.google.com/webstore/detail/skip-video-ads/mbiejnlchbmjdjmnoalpfoelnimekocb |
Beskrivelse | Skip youtube before-video ads once the 5 seconds is over automatically |
Filstørrelse | 81.02 KB |
Antal Installationer | 28 |
Nuværende Version | 1.0 |
Senest Opdateret | 2015-11-07 |
Udgivelsesdato | 2015-11-06 |
Udvikler | http://mrgarretto.com |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |