ScamDetector
Secure your web browsing and detect scam websites in a single click
Was ist ScamDetector?
ScamDetector ist eine Chrome-Erweiterung, die von https://forexcomplaintregistry.com entwickelt wurde, und ihr Hauptmerkmal ist "Secure your web browsing and detect scam websites in a single click".
Erweiterungsscreenshots
ScamDetector-Erweiterungs-CRX-Datei herunterladen
Laden Sie ScamDetector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
We are a company that helps raise awarness for dangers online. to try help prevent users from falling prey to financial and online scams.
We offer a few blogs and guides online on how to avoid fishing, investing scams, hacking, and other fraudulent activities online.
Our aim here is to create a product that can alert users of suspicious links/sites and present more information about the website in question to shed more light over the operation.
We beleive that if a user has all the information he would be far less praun to fall victim.
We have accumlated a large data base of fishing sites, Online scam sites, methodologies of fishing and banking fraud online. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | biogckikjlggncmoeeeoadkpfhgllcmj |
| Offizielle URL | https://chromewebstore.google.com/detail/scamdetector/biogckikjlggncmoeeeoadkpfhgllcmj |
| Beschreibung | Secure your web browsing and detect scam websites in a single click |
| Dateigröße | 426 KB |
| Installationsanzahl | 386 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2020-04-10 |
| Veröffentlichungsdatum | 2020-04-10 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | https://forexcomplaintregistry.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://money-back.com |
| Hilfeseite URL | https://money-back.com/contact |
| URL der Datenschutzrichtlinien-Seite | https://money-back.com/privacy-policy |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ScamDetector",
"description": "Secure your web browsing and detect scam websites in a single click",
"version": "1.1",
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "main.html",
"default_title": "ScamDetector"
},
"permissions": [
"activeTab",
"http:\/\/api.forexcomplaintregistry.com\/scamcheck\/"
]
} | |