Hide Scrollbar

Hides scrollbar on all pages.

Hide Scrollbar란 무엇입니까?

Hide Scrollbar은(는) ghostdragon027에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides scrollbar on all pages."입니다.

확장 프로그램 스크린샷

screenshot

Hide Scrollbar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Hide Scrollbar Hide Scrollbar
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
이메일 [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": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Hides scrollbar on all pages.",
    "incognito": "spanning",
    "manifest_version": 3,
    "name": "Hide Scrollbar",
    "host_permissions": [
        ""
    ],
    "version": "1.4.0"
}