Skip video ads
Skip youtube before-video ads once the 5 seconds is over automatically
Co je Skip video ads?
Skip video ads je rozšíření Chrome vyvinuté http://mrgarretto.com, a jeho hlavní funkcí je „Skip youtube before-video ads once the 5 seconds is over automatically“.
Stáhnout soubor CRX rozšíření Skip video ads
Stáhněte si soubory rozšíření Skip video ads ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | mbiejnlchbmjdjmnoalpfoelnimekocb |
Oficiální URL | https://chrome.google.com/webstore/detail/skip-video-ads/mbiejnlchbmjdjmnoalpfoelnimekocb |
Popis | Skip youtube before-video ads once the 5 seconds is over automatically |
Velikost souboru | 81.02 KB |
Počet instalací | 28 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-11-07 |
Datum Vydání | 2015-11-06 |
Vývojář | http://mrgarretto.com |
Typ Platby | free |
Podporované Jazyky | 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\/" ] } |