DatingDefender

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

DatingDefender là gì?

DatingDefender là một tiện ích mở rộng Chrome được phát triển bởi op2600, và tính năng chính của nó là "OKCupid scam blocker. Fully self-contained inside of the OKCupid site.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DatingDefender

Tải xuống các tệp mở rộng DatingDefender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DatingDefender DatingDefender
ID dphapfbdgpflgbdkcmhgabfgnofffdoj
URL Chính Thức https://chromewebstore.google.com/detail/datingdefender/dphapfbdgpflgbdkcmhgabfgnofffdoj
Mô tả OKCupid scam blocker. Fully self-contained inside of the OKCupid site.
Kích Thước Tệp 40.66 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2016-01-24
Ngày Phát Hành 2016-01-24
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển op2600
Loại Thanh Toán free
Trang Web Mở Rộng http://www.op2600.com/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}