DatingDefender

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

什么是DatingDefender?

DatingDefender是由op2600开发的Chrome扩展程序,该扩展的主要功能是“OKCupid scam blocker. Fully self-contained inside of the OKCupid site.”。

扩展截图

screenshot
screenshot
screenshot

下载DatingDefender扩展crx文件

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