Force Scrollbars
Force homepage scrollbars
What is Force Scrollbars?
Force Scrollbars is a Chrome extension developed by master.zion, and its main feature is "Force homepage scrollbars".
Extension Screenshots
Download Force Scrollbars Extension CRX File
Download Force 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
This extension forces the scrollbar on the current tab
Extension Basic Information
Name | Force Scrollbars |
ID | cjinhnjhdgiadpgpdfkneolnedlogono |
Official URL | https://chromewebstore.google.com/detail/force-scrollbars/cjinhnjhdgiadpgpdfkneolnedlogono |
Description | Force homepage scrollbars |
File Size | 6.88 KB |
Installation Count | 268 |
Current Version | 1.1 |
Last Updated | 2021-04-01 |
Publish Date | 2021-03-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | master.zion |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Force Scrollbars", "description": "Force homepage scrollbars", "version": "1.1", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "trigger.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |