Youtube Manual AD Remover
Manually remove the youtube ads by pressing the ESC key (or Shift + E).
Was ist Youtube Manual AD Remover?
Youtube Manual AD Remover ist eine Chrome-Erweiterung, die von mountaindull entwickelt wurde, und ihr Hauptmerkmal ist "Manually remove the youtube ads by pressing the ESC key (or Shift + E).".
Erweiterungsscreenshots
Youtube Manual AD Remover-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube Manual AD Remover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jfbjbbfpbogjffpkcfmchfgamgioniea |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea |
Beschreibung | Manually remove the youtube ads by pressing the ESC key (or Shift + E). |
Dateigröße | 11.32 KB |
Installationsanzahl | 375 |
Aktuelle Version | 1.3.4 |
Letztes Update | 2024-01-12 |
Veröffentlichungsdatum | 2022-01-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | mountaindull |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Keinsleif/youtube-manual-ad-remover |
Hilfeseite URL | https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform |
Unterstützte Sprachen | 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" ] } ] } |