Exinfo - analyzer exchangers

Checks for the exchanger in a black or white list, and displays additional information about them.

O que é Exinfo - analyzer exchangers?

Exinfo - analyzer exchangers é uma extensão do Chrome desenvolvida por https://kurses.com.ua, e sua principal característica é "Checks for the exchanger in a black or white list, and displays additional information about them.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Exinfo - analyzer exchangers

Baixe arquivos de extensão Exinfo - analyzer exchangers 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

                        After installing extension in the browser and after site page was loaded it checks and, if the exchanger, is in the white list that displays a summary of it, and if the site is on the blacklist that will display a warning message.

For ease of use, the icon of the extension buttons varies depending on whether the site in white (green icon) or black (red icon) list.                    

Informações Básicas da Extensão

Nome Exinfo - analyzer exchangers Exinfo - analyzer exchangers
ID cejgjemadojcfahcbeddhaijcafjkfkc
URL Oficial https://chromewebstore.google.com/detail/exinfo-analyzer-exchanger/cejgjemadojcfahcbeddhaijcafjkfkc
Descrição Checks for the exchanger in a black or white list, and displays additional information about them.
Tamanho do Arquivo 88.16 KB
Contagem de Instalações 504
Versão Atual 1.0.2
Última Atualização 2019-02-04
Data de Publicação 2019-02-03
Classificação 4.37/5 Total de 19 Avaliações
Desenvolvedor https://kurses.com.ua
Tipo de Pagamento free
Site da Extensão http://kurses.com.ua
URL da Página de Ajuda http://kurses.com.ua/extensions/chrome
URL da Página de Política de Privacidade http://kurses.com.ua/privacy-policy
Idiomas Suportados en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.2",
    "short_name": "Exinfo",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "ru",
    "icons": {
        "16": "images\/icons\/16.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/buttons\/19\/default.png",
            "38": "images\/buttons\/38\/default.png"
        },
        "default_title": "__MSG_defaultTitle__"
    },
    "background": {
        "scripts": [
            "scripts\/index.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/check.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/api.kurses.com.ua\/*"
    ]
}