Youtube Manual AD Remover
Manually remove the youtube ads by pressing the ESC key (or Shift + E).
Co to jest Youtube Manual AD Remover?
Youtube Manual AD Remover to rozszerzenie Chrome opracowane przez mountaindull, a jego główną funkcją jest „Manually remove the youtube ads by pressing the ESC key (or Shift + E).”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Youtube Manual AD Remover
Pobierz pliki rozszerzeń Youtube Manual AD Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jfbjbbfpbogjffpkcfmchfgamgioniea |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea |
Opis | Manually remove the youtube ads by pressing the ESC key (or Shift + E). |
Rozmiar pliku | 11.32 KB |
Liczba instalacji | 375 |
Aktualna Wersja | 1.3.4 |
Ostatnia Aktualizacja | 2024-01-12 |
Data Publikacji | 2022-01-09 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | mountaindull |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Keinsleif/youtube-manual-ad-remover |
Adres URL Strony Pomocy | https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform |
Obsługiwane Języki | 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" ] } ] } |