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.
Co to jest OKCupid Like ALL the Things!?
OKCupid Like ALL the Things! to rozszerzenie Chrome opracowane przez SNG, a jego główną funkcją jest „Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them.”.
Pobierz plik CRX rozszerzenia OKCupid Like ALL the Things!
Pobierz pliki rozszerzeń OKCupid Like ALL the Things! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kgfdiakkbmfmoogbacfkfafaabhjkeej |
Oficjalny URL | https://chrome.google.com/webstore/detail/okcupid-like-all-the-thin/kgfdiakkbmfmoogbacfkfafaabhjkeej |
Opis | Match with EVERYONE in OKCupid's Doubletake, to see who matches back with you and so you can message them. |
Rozmiar pliku | 15.17 KB |
Liczba instalacji | 29 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2018-04-23 |
Data Publikacji | 2018-04-23 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | SNG |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
Adres URL Strony Pomocy | https://chrome.google.com/webstore/search/okcupid%20like%20all%20the%20things |
Adres URL Strony Polityki Prywatności | http://snprotips.com/subscribe |
Obsługiwane Języki | 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 } |