Begone Scrollbar
Removes the scrollbar.
Apa itu Begone Scrollbar?
Begone Scrollbar adalah ekstensi Chrome yang dikembangkan oleh Dominik Mückstein, dan fitur utamanya adalah "Removes the scrollbar.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Begone Scrollbar
Unduh file ekstensi Begone Scrollbar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Begone Scrollbar |
ID | jifmlkikhpnajphhoimjpcoepiggdnba |
URL Resmi | https://chromewebstore.google.com/detail/begone-scrollbar/jifmlkikhpnajphhoimjpcoepiggdnba |
Deskripsi | Removes the scrollbar. |
Ukuran File | 13.98 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-03-15 |
Tanggal Publikasi | 2021-06-12 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Dominik Mückstein |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/PentaPhi/begone_scrollbar |
Bahasa yang Didukung | 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 } |