Autoclicker
Automatically click on element matching search criteria
ما هو Autoclicker؟
Autoclicker هو إضافة Chrome تم تطويرها بواسطة xela92، والميزة الرئيسية لها هي "Automatically click on element matching search criteria".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Autoclicker
قم بتنزيل ملفات الامتداد Autoclicker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Autoclicker aims to help you automate repetitive clicks on an element in the webpage. For instance, did you ever had to deal with a page that continuously, every 20 seconds, asks you to press a confirm button, that maybe appears and disappears for a certain time? This is the extension you're looking for to be able to avoid that! #NEW IN 0.0.5 - add option to persist clicking over page reload - minor bug fixes
معلومات أساسية عن التمديد
الاسم | Autoclicker |
ID | beilbfghjjeoajmbmlfbocjgbocmggap |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/autoclicker/beilbfghjjeoajmbmlfbocjgbocmggap |
الوصف | Automatically click on element matching search criteria |
حجم الملف | 13.1 KB |
عدد التثبيتات | 13,166 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2022-11-15 |
تاريخ النشر | 2021-11-17 |
تقييم | 2.74/5 مجموع تقييمات 19 |
المطور | xela92 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Autoclicker", "description": "Automatically click on element matching search criteria", "icons": { "16": "icons\/autoclicker-16.png", "32": "icons\/autoclicker-32.png", "48": "icons\/autoclicker-48.png", "128": "icons\/autoclicker-128.png" }, "version": "0.0.5", "author": "xela92", "permissions": [ "storage", "activeTab", "scripting", "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ " |