Youtube Manual AD Remover
Manually remove the youtube ads by pressing the ESC key (or Shift + E).
Youtube Manual AD Remover là gì?
Youtube Manual AD Remover là một tiện ích mở rộng Chrome được phát triển bởi mountaindull, và tính năng chính của nó là "Manually remove the youtube ads by pressing the ESC key (or Shift + E).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Youtube Manual AD Remover
Tải xuống các tệp mở rộng Youtube Manual AD Remover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jfbjbbfpbogjffpkcfmchfgamgioniea |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea |
Mô tả | Manually remove the youtube ads by pressing the ESC key (or Shift + E). |
Kích Thước Tệp | 11.32 KB |
Số Lần Cài Đặt | 375 |
Phiên Bản Hiện Tại | 1.3.4 |
Cập Nhật Lần Cuối | 2024-01-12 |
Ngày Phát Hành | 2022-01-09 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | mountaindull |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Keinsleif/youtube-manual-ad-remover |
URL Trang Trợ Giúp | https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |