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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}