OKCupid Like ALL the Things!
Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.
OKCupid Like ALL the Things!คืออะไร?
OKCupid Like ALL the Things! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SNG และคุณลักษณะหลักของมันคือ "Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OKCupid Like ALL the Things!
ดาวน์โหลดไฟล์ส่วนขยาย OKCupid Like ALL the Things! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click the button to match with literally everyone that comes up based on your criteria on OKC. This will allow you to see who matched with you, as well as message people who've liked you without having to manually go to each profile and like it. Then you can curate just those who like you.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kgfdiakkbmfmoogbacfkfafaabhjkeej |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/okcupid-like-all-the-thin/kgfdiakkbmfmoogbacfkfafaabhjkeej |
คำอธิบาย | Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them. |
ขนาดไฟล์ | 15.17 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2018-04-23 |
วันที่เผยแพร่ | 2018-04-23 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | SNG |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
URL หน้าช่วยเหลือ | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
URL หน้านโยบายความเป็นส่วนตัว | http://snprotips.com/subscribe |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "OKCupid Like ALL the Things!" }, "name": "OKCupid Like ALL the Things!", "description": "Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/search\/okcupid%20like%20all%20the%20things", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |