GS Auto Clicker

A useful tool to automatically click mouse instead of hand

GS Auto Clickerとは何ですか?

GS Auto ClickerはTomas Yadielによって開発されたChromeの拡張機能で、その主な機能は「A useful tool to automatically click mouse instead of hand」です。

拡張機能のスクリーンショット

screenshot

GS Auto Clicker拡張機能のCRXファイルをダウンロード

GS Auto Clicker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}