GG Auto Clicker 1.1

GG Auto clicker helps you automate mouse clicks on your chrome browser and has multiple options for automation.

ما هو GG Auto Clicker 1.1؟

GG Auto Clicker 1.1 هو إضافة Chrome تم تطويرها بواسطة https://autoclicker.gg، والميزة الرئيسية لها هي "GG Auto clicker helps you automate mouse clicks on your chrome browser and has multiple options for automation.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة GG Auto Clicker 1.1

قم بتنزيل ملفات الامتداد GG Auto Clicker 1.1 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Hello people of the internet, we made an auto clicker for y’all that works, cherry on the top, in your chrome!

☆  GG Auto clicker chrome extension  ☆

The first chrome extension with multiple clicking features to automate mouse clicks on chrome browser. 

NOTE - Press Ctrl and comma together to start. (Ctrl + ,). Don’t get confused! The plus symbol only means that ctrl and , should be pressed together (don’t press +)

Support email - [email protected] (feel free to reach out for support)

Allow us a moment to explain all the features to you-

✓ Click Interval: You can select the click interval between two clicks and set the unit. Example: 1 millisecond, 10 seconds or 20 minutes.

✓ Click options: You can select right or left, single or double mouse options.

✓ Click repeat: You can set the number of times it should click. Press “NEVER STOP” if you want it to run until stopped.

✓ Cursor position: You can click on current cursor location, or pick X-Y coordinates using Ctrl + / from anywhere on the screen and manually input them.


☆☆ How to operate ☆☆

✓ Fill in your required settings.
✓ Leave the boxes that you don’t want to change, as it is.
✓ Save settings.
✓ Go back to your desired chrome window where you want to run the auto clicker online. Click on the screen once.
✓ Press Ctrl and comma buttons together to start (ctrl + ,)


Here are the shortcuts / commands you can use.

★  To start the auto clicker, press Ctrl + , 
★  To stop, press Ctrl + .
★  To pick X-Y coordinates, press Ctrl + /

THAT IS IT, SEE THE MAGIC HAPPEN.

ADDITIONAL:

You will find two other options at the bottom in colour-

★  Reset settings: It will reset the settings to default.
★  Save settings: It will save your current settings. (It will stay like this, unless you press reset).

The chrome extension is free of cost and all the features have been thoroughly tested by our developers. But if you still find any bugs or face any issue operating, feel free to email us.

★★★ EMAIL US at [email protected] for any kind of support. ★★★

Please don’t drop a negative review, before reaching out to us. We will make it work for you, in most cases.                    

معلومات أساسية عن التمديد

الاسم GG Auto Clicker 1.1 GG Auto Clicker 1.1
ID fndokfnecpehdehdjpdldadienbcjllf
عنوان URL الرسمي https://chromewebstore.google.com/detail/gg-auto-clicker-11/fndokfnecpehdehdjpdldadienbcjllf
الوصف GG Auto clicker helps you automate mouse clicks on your chrome browser and has multiple options for automation.
حجم الملف 1.48 MB
عدد التثبيتات 100,000
النسخة الحالية 1.1
آخر تحديث 2022-02-21
تاريخ النشر 2022-01-18
تقييم 3.05/5 مجموع تقييمات 316
المطور https://autoclicker.gg
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://autoclicker.gg/
عنوان صفحة المساعدة https://autoclicker.gg/contact
عنوان صفحة سياسة الخصوصية https://autoclicker.gg/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GG Auto Clicker 1.1",
    "version": "1.1",
    "description": "GG Auto clicker helps you automate mouse clicks on your chrome browser and has multiple options for automation.",
    "icons": {
        "128": "images\/icon_128x.png",
        "48": "images\/icon_32x.png",
        "16": "images\/icon_16x.png"
    },
    "action": {
        "default_icon": "images\/icon_16x.png",
        "default_popup": "include\/popup.html",
        "default_title": "GG Auto Clicker 1.1"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/js\/jquery-3.6.0.min.js",
                "include\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}