SafeCoin - antiphishing Extension
This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.
Wat is SafeCoin - antiphishing Extension?
SafeCoin - antiphishing Extension is een Chrome-extensie ontwikkeld door https://www.monxas.com, en de belangrijkste functie is "This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.".
Extensie Screenshots
Download het CRX-bestand van de extensie SafeCoin - antiphishing Extension
Download SafeCoin - antiphishing Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | omeeocifijpfeblgbclpclonachkkelf |
Officiële URL | https://chromewebstore.google.com/detail/safecoin-antiphishing-ext/omeeocifijpfeblgbclpclonachkkelf |
Beschrijving | This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency. |
Bestandsgrootte | 224 KB |
Aantal Installaties | 13 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2017-12-06 |
Publicatiedatum | 2017-12-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.monxas.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SafeCoin - antiphishing Extension", "short_name": "SafeCoin", "version": "0.2", "manifest_version": 2, "description": "This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.", "homepage_url": "https:\/\/monxas.com\/safecoin", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "src\/page_action\/page_action.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "storage" ], "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon48.png" }, "default_popup": "src\/popup.html" }, "content_scripts": [ { "matches": [ " |