Autoskip for YouTube 2.0
Automatically skips the YouTube ads. 🚫
Cos'è Autoskip for YouTube 2.0?
Autoskip for YouTube 2.0 è un'estensione di Chrome sviluppata da office, e la sua funzione principale è "Automatically skips the YouTube ads. 🚫".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Autoskip for YouTube 2.0
Scarica i file di estensione Autoskip for YouTube 2.0 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
⬇️ Easy to set up ⬇️: 1. Install and add the extension to Chrome. 2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played. ✨ Features ✨ 1. Works on Youtube. 2. Could be combined with general-purpose ad blockers to block the ads altogether. This extension will auto-skip the ads to improve your YouTube experience.
Informazioni di Base sull'Estensione
Nome | Autoskip for YouTube 2.0 |
ID | gcgihkjcccpnahfhhkghlhncdaamjccc |
URL Ufficiale | https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc |
Descrizione | Automatically skips the YouTube ads. 🚫 |
Dimensione del File | 8.18 KB |
Conteggio Installazioni | 137 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-03-25 |
Data di Pubblicazione | 2023-03-24 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | office |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Autoskip for YouTube 2.0", "version": "1.0", "icons": { "128": "icon_128.png" }, "description": "Automatically skips the YouTube ads. \ud83d\udeab", "content_scripts": [ { "matches": [ "https:\/\/*.YouTube.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 3 } |