YouTube Ad Controller
Fast forward and rewind YouTube ads using your arrow keys!
YouTube Ad Controllerคืออะไร?
YouTube Ad Controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Briann และคุณลักษณะหลักของมันคือ "Fast forward and rewind YouTube ads using your arrow keys!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Ad Controller
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Ad Controller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fmklhcikkdkambjpmmpdiaihncopfhlg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-ad-controller/fmklhcikkdkambjpmmpdiaihncopfhlg |
คำอธิบาย | Fast forward and rewind YouTube ads using your arrow keys! |
ขนาดไฟล์ | 10.76 KB |
จำนวนการติดตั้ง | 191 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-07-19 |
วันที่เผยแพร่ | 2022-07-18 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Briann |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://extensions.brianwalczak.com |
URL หน้าช่วยเหลือ | https://www.brianwalczak.com |
ภาษาที่รองรับ | 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" } } |