GS Auto Clicker

A useful tool to automatically click mouse instead of hand

¿Qué es GS Auto Clicker?

GS Auto Clicker es una extensión de Chrome desarrollada por Tomas Yadiel, y su función principal es "A useful tool to automatically click mouse instead of hand".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión GS Auto Clicker

Descarga archivos de extensión GS Auto Clicker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre GS Auto Clicker GS Auto Clicker
ID jenkngacmgijoefekdjacmbfmmifmkcj
URL Oficial https://chromewebstore.google.com/detail/gs-auto-clicker/jenkngacmgijoefekdjacmbfmmifmkcj
Descripción A useful tool to automatically click mouse instead of hand
Tamaño del Archivo 26.19 KB
Cantidad de Instalaciones 3,000
Versión Actual 0.1.1
Última Actualización 2023-05-26
Fecha de Publicación 2023-05-26
Calificación 2.14/5 Total de 7 Calificaciones
Desarrollador Tomas Yadiel
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://goldensoft.org
URL de la Página de Política de Privacidad https://goldensoft.org/privacy-policy
Idiomas Soportados 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"
            ]
        }
    ]
}