CrunchBangPlusPlus Scrollbars

Scrollbars for the CrunchBangPlusPlus Linux theme.

What is CrunchBangPlusPlus Scrollbars?

CrunchBangPlusPlus Scrollbars is a Chrome extension developed by https://thorium.rocks, and its main feature is "Scrollbars for the CrunchBangPlusPlus Linux theme.".

Extension Screenshots

screenshot

Download CrunchBangPlusPlus Scrollbars Extension CRX File

Download CrunchBangPlusPlus Scrollbars extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Scrollbar theme for Crunchbangplusplus Linux. Extracted from the /skel directory of a fresh install, with manifest updated, scrollbar width increased, and icons fixed.
 - Alex313031                    

Extension Basic Information

Name CrunchBangPlusPlus Scrollbars CrunchBangPlusPlus Scrollbars
ID mfindlbbleadbcpkgbkbfojnghelnfil
Official URL https://chromewebstore.google.com/detail/crunchbangplusplus-scroll/mfindlbbleadbcpkgbkbfojnghelnfil
Description Scrollbars for the CrunchBangPlusPlus Linux theme.
File Size 15.32 KB
Installation Count 147
Current Version 1.0.2
Last Updated 2022-06-22
Publish Date 2022-06-22
Rating 5.00/5 Total 1 Ratings
Developer https://thorium.rocks
Email [email protected]
Payment Type free
Extension Website https://crunchbangplusplus.org/
Help Page URL https://github.com/CBPP/cbpp-configs/issues
Privacy Policy Page URL https://thorium.rocks/COC.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "cbpp-scrollbars.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Scrollbars for the CrunchBangPlusPlus Linux theme.",
    "icons": {
        "256": "icons\/icon_256.png",
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png"
    },
    "name": "CrunchBangPlusPlus Scrollbars",
    "short_name": "CBPP Scrollbars",
    "author": "Alex313031",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "offline_enabled": true,
    "version": "1.0.2",
    "version_name": "1.0.2"
}