Automatic Swiper

This is an automatic swiper!!!

Automatic Swiperคืออะไร?

Automatic Swiper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rugby.yujiro และคุณลักษณะหลักของมันคือ "This is an automatic swiper!!!"

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

screenshot

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

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

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

                        Automatic Swiper for Tinder
Go https://tinder.com/app/recs
Click {Start Auto Swiper!!!} button
It will work.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Automatic Swiper Automatic Swiper
ID ahjbfbnfkaaoljpnienmfbgkjanfdgmj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/automatic-swiper/ahjbfbnfkaaoljpnienmfbgkjanfdgmj
คำอธิบาย This is an automatic swiper!!!
ขนาดไฟล์ 3.62 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-08-10
วันที่เผยแพร่ 2019-08-10
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา rugby.yujiro
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automatic Swiper",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This is an automatic swiper!!!",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/app\/recs"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}