Youtube Manual AD Remover
Manually remove the youtube ads by pressing the ESC key (or Shift + E).
Wat is Youtube Manual AD Remover?
Youtube Manual AD Remover is een Chrome-extensie ontwikkeld door mountaindull, en de belangrijkste functie is "Manually remove the youtube ads by pressing the ESC key (or Shift + E).".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Manual AD Remover
Download Youtube Manual AD Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jfbjbbfpbogjffpkcfmchfgamgioniea |
Officiële URL | https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea |
Beschrijving | Manually remove the youtube ads by pressing the ESC key (or Shift + E). |
Bestandsgrootte | 11.32 KB |
Aantal Installaties | 375 |
Huidige Versie | 1.3.4 |
Laatst Bijgewerkt | 2024-01-12 |
Publicatiedatum | 2022-01-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | mountaindull |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Keinsleif/youtube-manual-ad-remover |
Help Pagina-URL | https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform |
Ondersteunde Talen | 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" ] } ] } |