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