Auto Swiper Free
Automatically swipes for you on your behalf.
ما هو Auto Swiper Free؟
Auto Swiper Free هو إضافة Chrome تم تطويرها بواسطة Roy Ernst، والميزة الرئيسية لها هي "Automatically swipes for you on your behalf.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto Swiper Free
قم بتنزيل ملفات الامتداد Auto Swiper Free بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically swipes for you on your behalf. Leave the window in the background for the best effect. Do not leave open for inhuman amount of hours.
معلومات أساسية عن التمديد
الاسم | Auto Swiper Free |
ID | fgkcalcgebocnghiklhjhnhdolpfigie |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/auto-swiper-free/fgkcalcgebocnghiklhjhnhdolpfigie |
الوصف | Automatically swipes for you on your behalf. |
حجم الملف | 124 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2022-07-06 |
تاريخ النشر | 2022-07-06 |
المطور | Roy Ernst |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Swiper Free", "version": "1.0.2", "manifest_version": 3, "description": "Automatically swipes for you on your behalf.", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": "icons\/icon19.png", "default_title": "Auto Swiper Free", "default_popup": "src\/page_action\/page_action.html" }, "host_permissions": [ "https:\/\/tinder.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/tinder.com\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |