Profile Verifier

Helps you not fall in trouble on the Internet.

O que é Profile Verifier?

Profile Verifier é uma extensão do Chrome desenvolvida por Visa do Brasil, e sua principal característica é "Helps you not fall in trouble on the Internet.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Profile Verifier

Baixe arquivos de extensão Profile Verifier 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

                        Download the Profile Verifier plug-in and spot fake profiles on social networks.

There are lots of people who pretend to be what they are not on social networks. But now, before beginning a new friendship on the internet, you can check if the person is trustworthy or not.
Based on the profile’s image, number of updates, friends and comments, date of registration, and other data, Visa’s plug-in warns against the possibility of profiles that might be fake.

Verified by Visa. More safety on the internet.                    

Informações Básicas da Extensão

Nome Profile Verifier Profile Verifier
ID kljcegmlkocjbjcomfgckijaldgbemdb
URL Oficial https://chromewebstore.google.com/detail/profile-verifier/kljcegmlkocjbjcomfgckijaldgbemdb
Descrição Helps you not fall in trouble on the Internet.
Tamanho do Arquivo 332 KB
Contagem de Instalações 72
Versão Atual 1.1
Última Atualização 2013-04-30
Data de Publicação 2013-04-30
Classificação 3.80/5 Total de 5 Avaliações
Desenvolvedor Visa do Brasil
Tipo de Pagamento free
Site da Extensão http://www.visa.com.br/go/principal.aspx
Idiomas Suportados en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "Analisar o perfil selecionado",
        "icons": [
            "icon.png",
            "icon2.png"
        ],
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.google.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com\/searchbyimage chrome-extension:\/\/; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "http:\/\/www.facebook.com\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/www.parperfeito.com.br\/*",
                "http:\/\/www.parperfeito.com.br\/*"
            ],
            "js": [
                "jquery.min.js",
                "contentPP.js"
            ]
        }
    ],
    "manifest_version": 2
}