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.

O que é SafeCoin - antiphishing Extension?

SafeCoin - antiphishing Extension é uma extensão do Chrome desenvolvida por https://www.monxas.com, e sua principal característica é "This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SafeCoin - antiphishing Extension

Baixe arquivos de extensão SafeCoin - antiphishing Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome SafeCoin - antiphishing Extension SafeCoin - antiphishing Extension
ID omeeocifijpfeblgbclpclonachkkelf
URL Oficial https://chromewebstore.google.com/detail/safecoin-antiphishing-ext/omeeocifijpfeblgbclpclonachkkelf
Descrição This extension checks the domain you're on, and validates it with a whitelist and a blacklist of domains related to cryptocurrency.
Tamanho do Arquivo 224 KB
Contagem de Instalações 13
Versão Atual 0.2
Última Atualização 2017-12-06
Data de Publicação 2017-12-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://www.monxas.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}