Shorts Blocker YouTube 2024
Block all shorts on YouTube 2024
Co to jest Shorts Blocker YouTube 2024?
Shorts Blocker YouTube 2024 to rozszerzenie Chrome opracowane przez zakirullahkhan6269, a jego główną funkcją jest „Block all shorts on YouTube 2024”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Shorts Blocker YouTube 2024
Pobierz pliki rozszerzeń Shorts Blocker YouTube 2024 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
Download the Extension! (Follow all Steps to work properly) * Click on the Extension icon * Turn "ON" the Extension !! (1st Step) * Open YouTube (If not open) !! (2nd Step) * After Turn "ON/OFF" extension reload the page. * Enjoy Free Shorts YouTube In case any problem occur or not working properly Press (CTRL+R ) to reload the page. "The use of the YouTube(TM) name or trademark is for identification, reference or descriptive purposes only and does not imply any association with YouTube(TM) or their product brand".
Podstawowe informacje o rozszerzeniu
Nazwa | Shorts Blocker YouTube 2024 |
ID | enhhhdkalfimnhhliifcnphjnlgbdlgb |
Oficjalny URL | https://chromewebstore.google.com/detail/shorts-blocker-youtube-20/enhhhdkalfimnhhliifcnphjnlgbdlgb |
Opis | Block all shorts on YouTube 2024 |
Rozmiar pliku | 6.41 MB |
Liczba instalacji | 132 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2024-02-16 |
Data Publikacji | 2023-08-10 |
Ocena | 5.00/5 Łącznie 9 Oceny |
Deweloper | zakirullahkhan6269 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shorts Blocker YouTube 2024", "short_name": "SBYT", "version": "1.4", "manifest_version": 3, "description": "Block all shorts on YouTube 2024", "icons": { "128": "icons\/128.png", "256": "icons\/256.png" }, "action": { "default_icon": "icons\/128.png", "default_title": "SBYT", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "\/style.css", "css\/jquery-confirm.css" ], "js": [ "js\/jquery.min.js", "js\/sweetAlert.min.js", "js\/jquery-confirm.js", "js\/script.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "background": { "service_worker": "background.js" } } |