WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
BrowseCut | Navigate with Keyboard Hotkeys, Vim Motions, Vimium Shortcuts

BrowseCut | Navigate with Keyboard Hotkeys, Vim Motions, Vimium Shortcuts

View on Chrome Web Store
View BrowseCut | Navigate with Keyboard Hotkeys, Vim Motions, Vimium Shortcuts Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (41 ratings)
3 new ratings
48 views
This extension has been viewed 48 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Cut time browsing. Just type to click links and navigate. Be productive, prevent RSI, stay in flow with smart shortcuts.
Type
Extension
Users
1,000 users
11
Website browsecut.com
HARPA AI LLC
View author page of HARPA AI LLC
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 22, 2025
Version 2.1.1
Manifest version
3
Updated
Updated on January 18, 2026
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View BrowseCut | Navigate with Keyboard Hotkeys, Vim Motions, Vimium Shortcuts Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "version": "2.1.1",
    "default_locale": "en",
    "icons": {
        "128": "img\/icons\/icon-128.png",
        "500": "img\/icons\/icon-500.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "\/js\/settings-controller.js",
                "\/js\/track-controller.js",
                "\/js\/utils.js",
                "\/js\/engine-action.js",
                "\/js\/engine-styles.js",
                "\/js\/engine-shortcuts.js",
                "\/js\/engine-hover.js",
                "\/js\/engine-discovery.js",
                "\/js\/engine-navigation.js",
                "\/js\/engine-motions.js",
                "\/js\/engine-controller.js",
                "\/js\/settings-panel.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": {
            "48": "img\/badges\/badge-48.png"
        },
        "default_title": "Configure BrowseCut"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "css\/popup.css",
                "img\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top