Hide Scrollbar
Hides scrollbar on all pages.
Hide Scrollbarとは何ですか?
Hide Scrollbarはghostdragon027によって開発されたChromeの拡張機能で、その主な機能は「Hides scrollbar on all pages.」です。
拡張機能のスクリーンショット
Hide Scrollbar拡張機能のCRXファイルをダウンロード
Hide Scrollbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to hide the scrollbars on any page while still allowing you to use the scroll functionality. It helps provide a minimal style for any webpage.
Update: Works with chrome version 121 or later. 拡張機能の基本情報
| 名前 | |
| ID | mljepckcnbghmcdmaebjhejiplcngbkm |
| 公式URL | https://chromewebstore.google.com/detail/hide-scrollbar/mljepckcnbghmcdmaebjhejiplcngbkm |
| 説明 | Hides scrollbar on all pages. |
| ファイルサイズ | 4.55 KB |
| インストール数 | 10,945 |
| 現在のバージョン | 1.4.0 |
| 最終更新日 | 2024-03-02 |
| 公開日 | 2021-05-12 |
| 評価 | 4.47/5 合計 49 レビュー |
| 開発者 | ghostdragon027 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": true,
"css": [],
"exclude_matches": [],
"js": [
"contentScript.js"
],
"matches": [
" | |