Endless Tinder Liker
This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).
Endless Tinder Likerคืออะไร?
Endless Tinder Liker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://namata.ru และคุณลักษณะหลักของมันคือ "This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Endless Tinder Liker
ดาวน์โหลดไฟล์ส่วนขยาย Endless Tinder Liker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them). Just click on the extension icon and the “Run” button to start putting likes and the “Stop” button to finish it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gciilpifakooegcdimdegnljlncclink |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/endless-tinder-liker/gciilpifakooegcdimdegnljlncclink |
คำอธิบาย | This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them). |
ขนาดไฟล์ | 252 KB |
จำนวนการติดตั้ง | 834 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2021-09-02 |
วันที่เผยแพร่ | 2020-05-04 |
คะแนน | 3.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | http://namata.ru |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://namata.ru/extensions/endlesstinderliker |
URL หน้าช่วยเหลือ | https://namata.ru/support/thanksforinstall |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Endless Tinder Liker", "description": "This extension allows you to start and stop the endless supply of likes on Tinder (until you run out of them).", "version": "1.6", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/tinder.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "*:\/\/tinder.com\/*" ] } |