Begone Scrollbar
Removes the scrollbar.
Co to jest Begone Scrollbar?
Begone Scrollbar to rozszerzenie Chrome opracowane przez Dominik Mückstein, a jego główną funkcją jest „Removes the scrollbar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Begone Scrollbar
Pobierz pliki rozszerzeń Begone Scrollbar 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
Simply removes the scrollbar from all pages. This tool archives a minimalistic look and feel for a more full page browser. Delete the Scrollbar. The source-code can be viewed at: https://github.com/PentaPhi/begone_scrollbar
Podstawowe informacje o rozszerzeniu
Nazwa | Begone Scrollbar |
ID | jifmlkikhpnajphhoimjpcoepiggdnba |
Oficjalny URL | https://chromewebstore.google.com/detail/begone-scrollbar/jifmlkikhpnajphhoimjpcoepiggdnba |
Opis | Removes the scrollbar. |
Rozmiar pliku | 13.98 KB |
Liczba instalacji | 46 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-03-15 |
Data Publikacji | 2021-06-12 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Dominik Mückstein |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/PentaPhi/begone_scrollbar |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Begone Scrollbar", "version": "1.0", "description": "Removes the scrollbar.", "content_scripts": [ { "css": [ "main.css" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "128": "icon_small.png" }, "manifest_version": 3, "offline_enabled": true } |