Begone Scrollbar
Removes the scrollbar.
Wat is Begone Scrollbar?
Begone Scrollbar is een Chrome-extensie ontwikkeld door Dominik Mückstein, en de belangrijkste functie is "Removes the scrollbar.".
Extensie Screenshots
Download het CRX-bestand van de extensie Begone Scrollbar
Download Begone Scrollbar-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
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
Basisinformatie over de Extensie
Naam | Begone Scrollbar |
ID | jifmlkikhpnajphhoimjpcoepiggdnba |
Officiële URL | https://chromewebstore.google.com/detail/begone-scrollbar/jifmlkikhpnajphhoimjpcoepiggdnba |
Beschrijving | Removes the scrollbar. |
Bestandsgrootte | 13.98 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-03-15 |
Publicatiedatum | 2021-06-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Dominik Mückstein |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/PentaPhi/begone_scrollbar |
Ondersteunde Talen | 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 } |