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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Swiper Free

ดาวน์โหลดไฟล์ส่วนขยาย Auto Swiper Free ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
            ]
        }
    ]
}