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.”。
擴展截圖
下載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 |
ID | dphapfbdgpflgbdkcmhgabfgnofffdoj |
官方網址 | 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" ] } ] } |