Youtube Manual AD Remover
Manually remove the youtube ads by pressing the ESC key (or Shift + E).
Hvad er Youtube Manual AD Remover?
Youtube Manual AD Remover er en Chrome-udvidelse udviklet af mountaindull, og dens hovedfunktion er "Manually remove the youtube ads by pressing the ESC key (or Shift + E).".
Udvidelsesskærmbilleder
Download Youtube Manual AD Remover-udvidelses-CRX-fil
Download Youtube Manual AD Remover-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jfbjbbfpbogjffpkcfmchfgamgioniea |
Officiel URL | https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea |
Beskrivelse | Manually remove the youtube ads by pressing the ESC key (or Shift + E). |
Filstørrelse | 11.32 KB |
Antal Installationer | 375 |
Nuværende Version | 1.3.4 |
Senest Opdateret | 2024-01-12 |
Udgivelsesdato | 2022-01-09 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | mountaindull |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Keinsleif/youtube-manual-ad-remover |
Hjælpeside-URL | https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform |
Understøttede Sprog | 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" ] } ] } |