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
公式URL 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
}