Profile Verifier

Helps you not fall in trouble on the Internet.

什麼是Profile Verifier?

Profile Verifier是由Visa do Brasil開發的Chrome擴展程式,該擴展的主要功能是“Helps you not fall in trouble on the Internet.”。

擴展截圖

screenshot

下載Profile Verifier擴展crx文件

下載Profile Verifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Profile Verifier Profile Verifier
ID kljcegmlkocjbjcomfgckijaldgbemdb
官方網址 https://chromewebstore.google.com/detail/profile-verifier/kljcegmlkocjbjcomfgckijaldgbemdb
簡介 Helps you not fall in trouble on the Internet.
檔案大小 332 KB
安裝次數 72
目前版本 1.1
更新時間 2013-04-30
上架時間 2013-04-30
評分 3.80/5 共 5 次評分
開發者 Visa do Brasil
付費類型 free
擴展官網 http://www.visa.com.br/go/principal.aspx
支援的語言 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
}