YouTube Ad Controller
Fast forward and rewind YouTube ads using your arrow keys!
What is YouTube Ad Controller?
YouTube Ad Controller is a Chrome extension developed by Briann, and its main feature is "Fast forward and rewind YouTube ads using your arrow keys!".
Extension Screenshots
Download YouTube Ad Controller Extension CRX File
Download YouTube Ad Controller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | fmklhcikkdkambjpmmpdiaihncopfhlg |
Official URL | https://chromewebstore.google.com/detail/youtube-ad-controller/fmklhcikkdkambjpmmpdiaihncopfhlg |
Description | Fast forward and rewind YouTube ads using your arrow keys! |
File Size | 10.76 KB |
Installation Count | 191 |
Current Version | 1.0 |
Last Updated | 2022-07-19 |
Publish Date | 2022-07-18 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Briann |
[email protected] | |
Payment Type | free |
Extension Website | https://extensions.brianwalczak.com |
Help Page URL | https://www.brianwalczak.com |
Supported Languages | 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" } } |