Youtube Manual AD Remover
Manually remove the youtube ads by pressing the ESC key (or Shift + E).
Youtube Manual AD Removerคืออะไร?
Youtube Manual AD Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mountaindull และคุณลักษณะหลักของมันคือ "Manually remove the youtube ads by pressing the ESC key (or Shift + E)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Manual AD Remover
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Manual AD Remover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to remove Youtube ads by pressing ESC or Shift + E when playing Youtube videos. You can remove ads with one click without moving the cursor. Only Shift + E is valid at full screen. You cannot use skip shortcut if keyboard shortcut allocation are conflicted. Please be careful when use with another youtube extensions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jfbjbbfpbogjffpkcfmchfgamgioniea |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea |
คำอธิบาย | Manually remove the youtube ads by pressing the ESC key (or Shift + E). |
ขนาดไฟล์ | 11.32 KB |
จำนวนการติดตั้ง | 375 |
เวอร์ชันปัจจุบัน | 1.3.4 |
อัปเดตครั้งล่าสุด | 2024-01-12 |
วันที่เผยแพร่ | 2022-01-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | mountaindull |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Keinsleif/youtube-manual-ad-remover |
URL หน้าช่วยเหลือ | https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "version": "1.3.4", "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "ad-killer.js" ] } ] } |