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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
            ]
        }
    ]
}