Youtube Manual AD Remover
Manually remove the youtube ads by pressing the ESC key (or Shift + E).
What is Youtube Manual AD Remover?
Youtube Manual AD Remover is a Chrome extension developed by mountaindull, and its main feature is "Manually remove the youtube ads by pressing the ESC key (or Shift + E).".
Extension Screenshots
Download Youtube Manual AD Remover Extension CRX File
Download Youtube Manual AD Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jfbjbbfpbogjffpkcfmchfgamgioniea |
Official URL | https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea |
Description | Manually remove the youtube ads by pressing the ESC key (or Shift + E). |
File Size | 11.32 KB |
Installation Count | 375 |
Current Version | 1.3.4 |
Last Updated | 2024-01-12 |
Publish Date | 2022-01-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mountaindull |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Keinsleif/youtube-manual-ad-remover |
Help Page URL | https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform |
Supported Languages | 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" ] } ] } |