Swipe you only

This extension swipe everyone to RIGHT.

Swipe you onlyคืออะไร?

Swipe you only เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension swipe everyone to RIGHT."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swipe you only

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

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

                        Swipe everyone to Right in Tinder.

Just visit https://tinder.com/app/recs,  and your browser will start to swipe automatically, instead of you.

Enjoy your love life!!!                    

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

ชื่อ Swipe you only Swipe you only
ID ppflkhdihjnjjffbmhidinhfhkdonpbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/swipe-you-only/ppflkhdihjnjjffbmhidinhfhkdonpbd
คำอธิบาย This extension swipe everyone to RIGHT.
ขนาดไฟล์ 3.67 KB
จำนวนการติดตั้ง 106
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-05-11
วันที่เผยแพร่ 2019-05-10
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swipe you only",
    "description": "This extension swipe everyone to RIGHT.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinder.com\/app\/recs"
            ],
            "js": [
                "common.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/tinder.com\/app\/recs"
    ]
}