YouTube Ad Controller
Fast forward and rewind YouTube ads using your arrow keys!
Apa itu YouTube Ad Controller?
YouTube Ad Controller adalah ekstensi Chrome yang dikembangkan oleh Briann, dan fitur utamanya adalah "Fast forward and rewind YouTube ads using your arrow keys!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube Ad Controller
Unduh file ekstensi YouTube Ad Controller dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | fmklhcikkdkambjpmmpdiaihncopfhlg |
URL Resmi | https://chromewebstore.google.com/detail/youtube-ad-controller/fmklhcikkdkambjpmmpdiaihncopfhlg |
Deskripsi | Fast forward and rewind YouTube ads using your arrow keys! |
Ukuran File | 10.76 KB |
Jumlah Instalasi | 191 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-07-19 |
Tanggal Publikasi | 2022-07-18 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | Briann |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://extensions.brianwalczak.com |
URL Halaman Bantuan | https://www.brianwalczak.com |
Bahasa yang Didukung | 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" } } |