Begone Scrollbar

Removes the scrollbar.

什么是Begone Scrollbar?

Begone Scrollbar是由Dominik Mückstein开发的Chrome扩展程序,该扩展的主要功能是“Removes the scrollbar.”。

扩展截图

screenshot

下载Begone Scrollbar扩展crx文件

下载Begone Scrollbar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Begone Scrollbar Begone Scrollbar
ID jifmlkikhpnajphhoimjpcoepiggdnba
官方URL https://chromewebstore.google.com/detail/begone-scrollbar/jifmlkikhpnajphhoimjpcoepiggdnba
简介 Removes the scrollbar.
文件大小 13.98 KB
安装次数 46
当前版本 1.0
更新时间 2022-03-15
上架时间 2021-06-12
评分 5.00/5 共2次评分
开发者 Dominik Mückstein
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/PentaPhi/begone_scrollbar
支持的语言 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
}