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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}