Webber | The scrollbar hider
An browser extension designed to let you easily hide scrollbar
Qu'est-ce que Webber | The scrollbar hider ?
Webber | The scrollbar hider est une extension Chrome développée par MG, et sa fonction principale est "An browser extension designed to let you easily hide scrollbar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Webber | The scrollbar hider
Téléchargez les fichiers d'extension Webber | The scrollbar hider au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
An browser extension designed to customize some display settings. By now, it lets you automatically hide scrollbar. -> In order to hide scrollbar, open the extension popup and change switch state. -> Your choices are saved locally on your PC. After loading a new page or restarting browser, chosen option will be applied automatically. Source code: https://github.com/Angr0/Webber
Informations de Base sur l'Extension
Nom | Webber | The scrollbar hider |
ID | jiadeaflfegcmnjmcecffnloeochhcog |
URL Officiel | https://chromewebstore.google.com/detail/webber-the-scrollbar-hide/jiadeaflfegcmnjmcecffnloeochhcog |
Description | An browser extension designed to let you easily hide scrollbar |
Taille du Fichier | 109 KB |
Nombre d'Installations | 379 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-02-14 |
Date de Publication | 2023-02-13 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | MG |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webber | The scrollbar hider", "description": "An browser extension designed to let you easily hide scrollbar", "version": "1.0", "icons": { "16": "\/Images\/WebberLogo16.png", "32": "\/Images\/WebberLogo32.png", "48": "\/Images\/WebberLogo48.png", "128": "\/Images\/WebberLogo128.png" }, "action": { "default_popup": "index.html", "default_title": "Webber" }, "incognito": "split", "permissions": [ "storage", "scripting", "activeTab" ], "content_scripts": [ { "matches": [ " |