YouTube Ad Controller
Fast forward and rewind YouTube ads using your arrow keys!
Wat is YouTube Ad Controller?
YouTube Ad Controller is een Chrome-extensie ontwikkeld door Briann, en de belangrijkste functie is "Fast forward and rewind YouTube ads using your arrow keys!".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Ad Controller
Download YouTube Ad Controller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | fmklhcikkdkambjpmmpdiaihncopfhlg |
Officiële URL | https://chromewebstore.google.com/detail/youtube-ad-controller/fmklhcikkdkambjpmmpdiaihncopfhlg |
Beschrijving | Fast forward and rewind YouTube ads using your arrow keys! |
Bestandsgrootte | 10.76 KB |
Aantal Installaties | 191 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-07-19 |
Publicatiedatum | 2022-07-18 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Briann |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://extensions.brianwalczak.com |
Help Pagina-URL | https://www.brianwalczak.com |
Ondersteunde Talen | 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" } } |