Rocker Gestures

Allows you to navigate back and forward with your mouse button clicks (right + left = back).

Rocker Gestures क्या है?

Rocker Gestures https://fastaddons.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to navigate back and forward with your mouse button clicks (right + left = back)."।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rocker Gestures एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        No Back / Forward buttons on your mouse? 
No problem!

Rocker Gestures allows you to:
- go Back - by holding Right mouse button and pressing Left mouse button
- go Forward - by holding Left mouse button and pressing Right mouse button

This feature is known from Opera browser.

Known issues:
- does not work HERE on https://chrome.google.com/webstore/ (blocked by Chrome)
- does not work on browser specific pages like "chrome://extensions" (blocked by Chrome)
- does not work in "PDF view" (blocked by Chrome)
- does not work on other extensions pages like options page of some addon (blocked by Chrome)
- context menu may be shown when navigating forward and Right mouse button is released during the transition between pages (when old script is gone and new script didn't started yet)

Contribution:
- I'm full-time extension developer and your donations is my only income. There are no ads in my extensions!
- Please support my work by:
    - Buy me a coffee - https://ko-fi.com/fastaddons
    - PayPal donation - https://paypal.me/fastaddons/
    - Patron - https://www.patreon.com/fastaddons

Thank you! :)
Your donation will help me keep this extension working in future versions of Chrome!

Recently added features:
https://addons.mozilla.org/addon/rocker_gestures/versions/                    

एक्सटेंशन की मूल जानकारी

नाम Rocker Gestures Rocker Gestures
ID mpkefiplbfhlleedjbofbcjflaapblhf
आधिकारिक URL https://chromewebstore.google.com/detail/rocker-gestures/mpkefiplbfhlleedjbofbcjflaapblhf
विवरण Allows you to navigate back and forward with your mouse button clicks (right + left = back).
फ़ाइल का आकार 98.85 KB
स्थापना संख्या 469
वर्तमान संस्करण 2.0
अंतिम अपडेट 2023-03-29
प्रकाशन तिथि 2020-06-25
रेटिंग 4.83/5 कुल 12 रेटिंग्स
डेवलपर https://fastaddons.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://fastaddons.com/#rocker_gestures
गोपनीयता नीति पृष्ठ URL https://github.com/fastaddons/privacy_policy
समर्थित भाषाएँ en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.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_frames": true,
            "run_at": "document_start",
            "js": [
                "browser-polyfill.min.js",
                "content_script\/rocker_gestures_cs.js"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "incognito": "split"
}