YouTube Ad Controller
Fast forward and rewind YouTube ads using your arrow keys!
Cos'è YouTube Ad Controller?
YouTube Ad Controller è un'estensione di Chrome sviluppata da Briann, e la sua funzione principale è "Fast forward and rewind YouTube ads using your arrow keys!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Ad Controller
Scarica i file di estensione YouTube Ad Controller 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
Have you ever wanted to re-watch an ad, or skip it? YouTube Ad Controller lets you fast forward and rewind YouTube video ads with your arrow keys, just like on any video!
Informazioni di Base sull'Estensione
Nome | |
ID | fmklhcikkdkambjpmmpdiaihncopfhlg |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-ad-controller/fmklhcikkdkambjpmmpdiaihncopfhlg |
Descrizione | Fast forward and rewind YouTube ads using your arrow keys! |
Dimensione del File | 10.76 KB |
Conteggio Installazioni | 191 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-07-19 |
Data di Pubblicazione | 2022-07-18 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | Briann |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://extensions.brianwalczak.com |
URL della Pagina di Aiuto | https://www.brianwalczak.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Ad Controller", "description": "Fast forward and rewind YouTube ads using your arrow keys!", "version": "1.0", "author": "ComplexxBrian", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "keyPress.js" ] } ], "icons": { "128": "icon-128.png", "16": "icon-small.png", "48": "icon-48.png" }, "action": { "default_popup": "popup.html", "default_title": "Ad Controller", "default_icon": "icon-small.png" } } |