Instant Youtube Ad Skipper
Extension that automatically fast forwards and skips youtube ads.
Cos'è Instant Youtube Ad Skipper?
Instant Youtube Ad Skipper è un'estensione di Chrome sviluppata da Cloud Composed LLC, e la sua funzione principale è "Extension that automatically fast forwards and skips youtube ads.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Instant Youtube Ad Skipper
Scarica i file di estensione Instant Youtube Ad Skipper 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 will automatically and almost instantly skip any YouTube ads. No need to wait for the skip button and you should never have to watch ads again. Just install the extension and YouTube ads will begin to be skipped. I hope you enjoy!
Informazioni di Base sull'Estensione
Nome | Instant Youtube Ad Skipper |
ID | hfncancnkmcojmfbfcdphomojkgmanlf |
URL Ufficiale | https://chromewebstore.google.com/detail/instant-youtube-ad-skippe/hfncancnkmcojmfbfcdphomojkgmanlf |
Descrizione | Extension that automatically fast forwards and skips youtube ads. |
Dimensione del File | 57.28 KB |
Conteggio Installazioni | 265 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-10-30 |
Data di Pubblicazione | 2022-10-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Cloud Composed LLC |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Youtube Ad Skipper", "description": "Extension that automatically fast forwards and skips youtube ads.", "author": "Cloud Composed LLC", "manifest_version": 3, "version": "1.0", "action": { "default_popup": "index.html", "default_title": "Instant Youtube Ad Skipper", "default_icon": "icon.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |