YouTube Skip Ads
Skip all kind of youtube ads automatically.
Cos'è YouTube Skip Ads?
YouTube Skip Ads è un'estensione di Chrome sviluppata da akash.anand708, e la sua funzione principale è "Skip all kind of youtube ads automatically.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Skip Ads
Scarica i file di estensione YouTube Skip 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
No need to buy premium subscription to avoid ads. When you are listening songs list in youtube while doing something in Kitchen or some cleaning work at home. Sometimes long ads comes in between and you have only two options. 1. Let ads play for that long duration. Or 2. Come near to laptop and click SKIP button. Isn't it irritating. Here is the solution for this. You don't need to SKIP manually. This extension will do it for you. NOTE: This works for NON-SKIPPABLE ads also. Please try it and leave review comments.
Informazioni di Base sull'Estensione
Nome | YouTube Skip Ads |
ID | nebpcniblohdgemginackdeilpgcknmm |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-skip-ads/nebpcniblohdgemginackdeilpgcknmm |
Descrizione | Skip all kind of youtube ads automatically. |
Dimensione del File | 6.02 KB |
Conteggio Installazioni | 636 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2019-07-28 |
Data di Pubblicazione | 2019-07-26 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | akash.anand708 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Skip Ads", "short_name": "Skip YouTube Ads", "version": "0.1", "default_locale": "en", "description": "Skip all kind of youtube ads automatically.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "48": "icon.png", "64": "icon.png", "128": "icon.png" } } |