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