DatingDefender
OKCupid scam blocker. Fully self-contained inside of the OKCupid site.
Apa itu DatingDefender?
DatingDefender adalah ekstensi Chrome yang dikembangkan oleh op2600, dan fitur utamanya adalah "OKCupid scam blocker. Fully self-contained inside of the OKCupid site.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DatingDefender
Unduh file ekstensi DatingDefender dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | DatingDefender |
ID | dphapfbdgpflgbdkcmhgabfgnofffdoj |
URL Resmi | https://chromewebstore.google.com/detail/datingdefender/dphapfbdgpflgbdkcmhgabfgnofffdoj |
Deskripsi | OKCupid scam blocker. Fully self-contained inside of the OKCupid site. |
Ukuran File | 40.66 KB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 2.4 |
Terakhir Diperbarui | 2016-01-24 |
Tanggal Publikasi | 2016-01-24 |
Penilaian | 3.75/5 Total 4 Penilaian |
Pengembang | op2600 |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.op2600.com/ |
Bahasa yang Didukung | 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" ] } ] } |