ScamDetector
Secure your web browsing and detect scam websites in a single click
What is ScamDetector?
ScamDetector is a Chrome extension developed by https://forexcomplaintregistry.com, and its main feature is "Secure your web browsing and detect scam websites in a single click".
Extension Screenshots
Download ScamDetector Extension CRX File
Download ScamDetector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ScamDetector |
ID | biogckikjlggncmoeeeoadkpfhgllcmj |
Official URL | https://chromewebstore.google.com/detail/scamdetector/biogckikjlggncmoeeeoadkpfhgllcmj |
Description | Secure your web browsing and detect scam websites in a single click |
File Size | 426 KB |
Installation Count | 386 |
Current Version | 1.1 |
Last Updated | 2020-04-10 |
Publish Date | 2020-04-10 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://forexcomplaintregistry.com |
[email protected] | |
Payment Type | free |
Extension Website | https://money-back.com |
Help Page URL | https://money-back.com/contact |
Privacy Policy Page URL | https://money-back.com/privacy-policy |
Supported Languages | 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\/" ] } |