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.
Apa itu OKCupid Like ALL the Things!?
OKCupid Like ALL the Things! adalah ekstensi Chrome yang dikembangkan oleh SNG, dan fitur utamanya adalah "Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.".
Unduh Berkas CRX Ekstensi OKCupid Like ALL the Things!
Unduh file ekstensi OKCupid Like ALL the Things! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | kgfdiakkbmfmoogbacfkfafaabhjkeej |
URL Resmi | https://chrome.google.com/webstore/detail/okcupid-like-all-the-thin/kgfdiakkbmfmoogbacfkfafaabhjkeej |
Deskripsi | Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them. |
Ukuran File | 15.17 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2018-04-23 |
Tanggal Publikasi | 2018-04-23 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | SNG |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
URL Halaman Bantuan | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
URL Halaman Kebijakan Privasi | http://snprotips.com/subscribe |
Bahasa yang Didukung | 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 } |