DatingDefender
OKCupid scam blocker. Fully self-contained inside of the OKCupid site.
¿Qué es DatingDefender?
DatingDefender es una extensión de Chrome desarrollada por op2600, y su función principal es "OKCupid scam blocker. Fully self-contained inside of the OKCupid site.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión DatingDefender
Descarga archivos de extensión DatingDefender en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Will help you detect fake profiles and scams on OkCupid. Hope to add more sites and types of scams blocked later. For now: 1. Alert if "skype", "text", "name" or any email is said to help user avoid divulging data 2. Alert if user profile seems bot like in nature All alerts are displayed inside the OKCupid site natively so they can't be missed. (They are not alerts or notifications.) Note: Profile scam checker has been fixed on the new OkCupid site as of 2.4. Thanks.
Información Básica de la Extensión
Nombre | DatingDefender |
ID | dphapfbdgpflgbdkcmhgabfgnofffdoj |
URL Oficial | https://chromewebstore.google.com/detail/datingdefender/dphapfbdgpflgbdkcmhgabfgnofffdoj |
Descripción | OKCupid scam blocker. Fully self-contained inside of the OKCupid site. |
Tamaño del Archivo | 40.66 KB |
Cantidad de Instalaciones | 32 |
Versión Actual | 2.4 |
Última Actualización | 2016-01-24 |
Fecha de Publicación | 2016-01-24 |
Calificación | 3.75/5 Total de 4 Calificaciones |
Desarrollador | op2600 |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.op2600.com/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DatingDefender", "description": "OKCupid scam blocker. Fully self-contained inside of the OKCupid site.", "version": "2.4", "browser_action": { "default_icon": "DatingD-Icon128.png", "default_popup": "popup.html" }, "icons": { "128": "DatingD-Icon128.png", "16": "DatingD-Icon16.png", "48": "DatingD-Icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.okcupid.com\/*" ], "js": [ "injected-okcupid.js" ] } ] } |