Auto Clicker
Just click automation
Was ist Auto Clicker?
Auto Clicker ist eine Chrome-Erweiterung, die von https://tesilio.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Just click automation".
Erweiterungsscreenshots
Auto Clicker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto Clicker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension is a straightforward auto clicker that's useful when you need to perform repetitive clicking tasks. It's easily controlled with keyboard shortcuts, making it convenient to use. -------------------------------------------------------------------- To start: Press Ctrl and Comma (,) together. To stop: Press Ctrl and Period (.) together. To start with intervals: Press Ctrl, Alt (or Option), and Comma (,) together. That's all there is to it! 😎 -------------------------------------------------------------------- Please note, this extension is designed for typical web browsing situations. It may not function properly in Flash or SVG-based games.
Grundlegende Informationen zur Erweiterung
Name | Auto Clicker |
ID | cpedeojecpbkcomgcolphimkjdnikbck |
Offizielle URL | https://chromewebstore.google.com/detail/auto-clicker/cpedeojecpbkcomgcolphimkjdnikbck |
Beschreibung | Just click automation |
Dateigröße | 15.58 KB |
Installationsanzahl | 286,776 |
Aktuelle Version | 1.5.0 |
Letztes Update | 2024-02-04 |
Veröffentlichungsdatum | 2020-05-21 |
Bewertung | 2.26/5 Insgesamt 608 Bewertungen |
Entwickler | https://tesilio.github.io |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Clicker", "description": "Just click automation", "version": "1.5.0", "action": { "default_popup": "popup.html", "default_title": "Ctrl + ,(Comma): Start auto click\nCtrl + Alt + ,(Comma): Start auto click with interval\nCtrl + .(Period): Stop auto click" }, "icons": { "16": "\/img\/click.png", "32": "\/img\/click.png", "48": "\/img\/click.png", "128": "\/img\/click.png" }, "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "run_at": "document_end", "matches": [ " |