Autopilot for Tinder
Don't waste time swiping. Autopilot will do it for you.
Autopilot for Tinderคืออะไร?
Autopilot for Tinder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Autopilot Team และคุณลักษณะหลักของมันคือ "Don't waste time swiping. Autopilot will do it for you."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autopilot for Tinder
ดาวน์โหลดไฟล์ส่วนขยาย Autopilot for Tinder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
How it works? 1. Install extension 2. Go to www.tinder.com 3. You will see button in the left top corner 4. Turn it ON 5. It will swipe RIGHT every photo for you 6. Once you receive MATCH a random GIF will be sent automatically for you Have fun!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ckbomlknmandimdddbaakmflbjnibcai |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/autopilot-for-tinder/ckbomlknmandimdddbaakmflbjnibcai |
คำอธิบาย | Don't waste time swiping. Autopilot will do it for you. |
ขนาดไฟล์ | 556 KB |
จำนวนการติดตั้ง | 1,457 |
เวอร์ชันปัจจุบัน | 0.0.0.4 |
อัปเดตครั้งล่าสุด | 2018-07-22 |
วันที่เผยแพร่ | 2018-07-22 |
คะแนน | 3.64/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Autopilot Team |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autopilot for Tinder", "description": "Don't waste time swiping. Autopilot will do it for you.", "version": "0.0.0.4", "author": "Tinder Autopilot", "content_scripts": [ { "matches": [ "https:\/\/tinder.com\/*" ], "js": [ "content.js" ] } ] } |