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是由mountaindull开发的Chrome扩展程序,该扩展的主要功能是“Manually remove the youtube ads by pressing the ESC key (or Shift + E).”。
扩展截图
下载Youtube Manual AD Remover扩展crx文件
下载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" ] } ] } |