Skip video ads
Skip youtube before-video ads once the 5 seconds is over automatically
Cos'è Skip video ads?
Skip video ads è un'estensione di Chrome sviluppata da http://mrgarretto.com, e la sua funzione principale è "Skip youtube before-video ads once the 5 seconds is over automatically".
Scarica il file CRX dell'estensione Skip video ads
Scarica i file di estensione Skip video ads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mbiejnlchbmjdjmnoalpfoelnimekocb |
URL Ufficiale | https://chrome.google.com/webstore/detail/skip-video-ads/mbiejnlchbmjdjmnoalpfoelnimekocb |
Descrizione | Skip youtube before-video ads once the 5 seconds is over automatically |
Dimensione del File | 81.02 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-11-07 |
Data di Pubblicazione | 2015-11-06 |
Sviluppatore | http://mrgarretto.com |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |