DatingDefender

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

ما هو DatingDefender؟

DatingDefender هو إضافة Chrome تم تطويرها بواسطة op2600، والميزة الرئيسية لها هي "OKCupid scam blocker. Fully self-contained inside of the OKCupid site.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة DatingDefender

قم بتنزيل ملفات الامتداد DatingDefender بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم DatingDefender DatingDefender
ID dphapfbdgpflgbdkcmhgabfgnofffdoj
عنوان URL الرسمي https://chromewebstore.google.com/detail/datingdefender/dphapfbdgpflgbdkcmhgabfgnofffdoj
الوصف OKCupid scam blocker. Fully self-contained inside of the OKCupid site.
حجم الملف 40.66 KB
عدد التثبيتات 32
النسخة الحالية 2.4
آخر تحديث 2016-01-24
تاريخ النشر 2016-01-24
تقييم 3.75/5 مجموع تقييمات 4
المطور op2600
نوع الدفع free
موقع الإضافة http://www.op2600.com/
اللغات المدعومة 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"
            ]
        }
    ]
}