DatingDefender

OKCupid scam blocker. Fully self-contained inside of the OKCupid site.

Qu'est-ce que DatingDefender ?

DatingDefender est une extension Chrome développée par op2600, et sa fonction principale est "OKCupid scam blocker. Fully self-contained inside of the OKCupid site.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DatingDefender

Téléchargez les fichiers d'extension DatingDefender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DatingDefender DatingDefender
ID dphapfbdgpflgbdkcmhgabfgnofffdoj
URL Officiel https://chromewebstore.google.com/detail/datingdefender/dphapfbdgpflgbdkcmhgabfgnofffdoj
Description OKCupid scam blocker. Fully self-contained inside of the OKCupid site.
Taille du Fichier 40.66 KB
Nombre d'Installations 32
Version Actuelle 2.4
Dernière Mise à Jour 2016-01-24
Date de Publication 2016-01-24
Évaluation 3.75/5 Total 4 Évaluations
Développeur op2600
Type de Paiement free
Site Web de l'Extension http://www.op2600.com/
Langues Prises en Charge 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"
            ]
        }
    ]
}