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.

Qu'est-ce que SafeCoin - antiphishing Extension ?

SafeCoin - antiphishing Extension est une extension Chrome développée par https://www.monxas.com, et sa fonction principale est "This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SafeCoin - antiphishing Extension

Téléchargez les fichiers d'extension SafeCoin - antiphishing Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom SafeCoin - antiphishing Extension SafeCoin - antiphishing Extension
ID omeeocifijpfeblgbclpclonachkkelf
URL Officiel https://chromewebstore.google.com/detail/safecoin-antiphishing-ext/omeeocifijpfeblgbclpclonachkkelf
Description This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.
Taille du Fichier 224 KB
Nombre d'Installations 13
Version Actuelle 0.2
Dernière Mise à Jour 2017-12-06
Date de Publication 2017-12-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.monxas.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/stop.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/monxas.com; object-src 'self'"
}