GS Auto Clicker

A useful tool to automatically click mouse instead of hand

GS Auto Clicker क्या है?

GS Auto Clicker Tomas Yadiel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A useful tool to automatically click mouse instead of hand"।

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

screenshot

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

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

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

                        Kindly be advised that only specific web pages are compatible, and it is highly recommended to use client software for optimal performance.

GS Auto Clicker is a useful tool to automatically click mouse instead of hand. If you click mouse frequently when you are playing game or working, this application can release your finger and save your time.

You will simply need to press one specific HotKey, and GS Auto Clicker will then help you finish clicking, the application even lets you record sequences of clicks on different parts of the screen to be used over and over. From the Options menu, you can select which mouse button to use and also select single or double clicks. The application can also be set to continue clicking until it's stopped or to click just a certain number of times, and you can adjust the interval between clicks.                    

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

नाम GS Auto Clicker GS Auto Clicker
ID jenkngacmgijoefekdjacmbfmmifmkcj
आधिकारिक URL https://chromewebstore.google.com/detail/gs-auto-clicker/jenkngacmgijoefekdjacmbfmmifmkcj
विवरण A useful tool to automatically click mouse instead of hand
फ़ाइल का आकार 26.19 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2023-05-26
प्रकाशन तिथि 2023-05-26
रेटिंग 2.14/5 कुल 7 रेटिंग्स
डेवलपर Tomas Yadiel
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://goldensoft.org
गोपनीयता नीति पृष्ठ URL https://goldensoft.org/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GS Auto Clicker",
    "description": "A useful tool to automatically click mouse instead of hand",
    "version": "0.1.1",
    "action": {
        "default_popup": "popup.html",
        "default_title": "GS Auto Clicker"
    },
    "icons": {
        "16": "\/img\/ico.png",
        "32": "\/img\/ico.png",
        "48": "\/img\/ico.png",
        "128": "\/img\/ico.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*",
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/common.js",
                "js\/AutoClicker.js",
                "js\/popup.js",
                "js\/content.js"
            ]
        }
    ]
}