Fraud Blocker
Protect from Fraudulent Sites blocking the access. Warn on sites reported but not confirmed to be Fraud. You can to report sites too
Was ist Fraud Blocker?
Fraud Blocker ist eine Chrome-Erweiterung, die von tomasbortoli entwickelt wurde, und ihr Hauptmerkmal ist "Protect from Fraudulent Sites blocking the access. Warn on sites reported but not confirmed to be Fraud. You can to report sites too".
Erweiterungsscreenshots
Fraud Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fraud Blocker-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
It's aim is to block online Fraudulent sites. It blocks the access to the sites that are Fraudulent (in our database). It Warns (with an on-page toolbar) you when accessing a site that has been reported by users but it's still not confirmed to be a fraud by us. It allows you to report Fraudulent sites too! The system is based on users feedback, so participate actively if you can! Contact: [email protected]
Grundlegende Informationen zur Erweiterung
Name | Fraud Blocker |
ID | mbkgkcnibjdpieobolniabeakmlpfhhk |
Offizielle URL | https://chromewebstore.google.com/detail/fraud-blocker/mbkgkcnibjdpieobolniabeakmlpfhhk |
Beschreibung | Protect from Fraudulent Sites blocking the access. Warn on sites reported but not confirmed to be Fraud. You can to report sites too |
Dateigröße | 160 KB |
Installationsanzahl | 160 |
Aktuelle Version | 0.6.4 |
Letztes Update | 2022-03-11 |
Veröffentlichungsdatum | 2017-11-05 |
Bewertung | 3.50/5 Insgesamt 2 Bewertungen |
Entwickler | tomasbortoli |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://fraudblocker.publicvm.com/ |
Hilfeseite URL | https://fraudblocker.publicvm.com/contact.php |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fraud Blocker", "version": "0.6.4", "description": "Protect from Fraudulent Sites blocking the access. Warn on sites reported but not confirmed to be Fraud. You can to report sites too", "author": "Tomas Bortoli", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "permissions": [ "activeTab", "tabs", "webRequest", "webRequestBlocking", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "page": "background-page.html", "persistent": true }, "browser_action": { "default_icon": { "32": "icons\/fraud-32.png", "64": "icons\/fraud-64.png" }, "default_title": "Fraud Blocker", "default_popup": "popup\/popup.html", "browser_style": true }, "web_accessible_resources": [ "web\/black.html", "icons\/thief.svg", "icons\/fraud-200.png" ] } |