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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
عنوان صفحة سياسة الخصوصية | 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 } |