Profile Verifier

Helps you not fall in trouble on the Internet.

Was ist Profile Verifier?

Profile Verifier ist eine Chrome-Erweiterung, die von Visa do Brasil entwickelt wurde, und ihr Hauptmerkmal ist "Helps you not fall in trouble on the Internet.".

Erweiterungsscreenshots

screenshot

Profile Verifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie Profile Verifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Profile Verifier Profile Verifier
ID kljcegmlkocjbjcomfgckijaldgbemdb
Offizielle URL https://chromewebstore.google.com/detail/profile-verifier/kljcegmlkocjbjcomfgckijaldgbemdb
Beschreibung Helps you not fall in trouble on the Internet.
Dateigröße 332 KB
Installationsanzahl 72
Aktuelle Version 1.1
Letztes Update 2013-04-30
Veröffentlichungsdatum 2013-04-30
Bewertung 3.80/5 Insgesamt 5 Bewertungen
Entwickler Visa do Brasil
Zahlungsart free
Erweiterungswebsite http://www.visa.com.br/go/principal.aspx
Unterstützte Sprachen 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
}