WebExtension.net
WebExtension.net

Rocker Gestures

View on Chrome Web Store
View Rocker Gestures Chrome Extension on Chrome Web Store
4.9 (13 ratings)

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

Allows you to navigate back and forward with your mouse button clicks (right + left = back).
Type
Extension
Users
634 users
1
Website fastaddons.com
juraj.masiar
View author page of juraj.masiar
Published
Published on June 26, 2020
Version 3.0
Manifest version
3
Updated
Updated on July 10, 2024
View on Chrome Web Store
View Rocker Gestures Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0",
    "author": "Juraj M\u00e4siar",
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_desc__",
    "icons": {
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "96": "96.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.loader.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content_script\/rocker_gestures_cs.js"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "incognito": "split"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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