ScamAdviser

Scamadviser, check for scams, phishing, malware and fakes

ScamAdviser란 무엇입니까?

ScamAdviser은(는) Scamadviser에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scamadviser, check for scams, phishing, malware and fakes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ScamAdviser 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ScamAdviser.com helps over 3 million consumers every month to discover if a website is legitimate or a possible scam. You can now install the ScamAdviser browser extension to real time check if a website is legit or may contain malware, is phishing for your personal information or be an online fraud.                    

확장 프로그램 기본 정보

이름 ScamAdviser ScamAdviser
ID lcmofkcgjjagmhodenahpocfkpopjdci
공식 URL https://chromewebstore.google.com/detail/scamadviser/lcmofkcgjjagmhodenahpocfkpopjdci
설명 Scamadviser, check for scams, phishing, malware and fakes
파일 크기 887 KB
설치 횟수 12,133
현재 버전 1.1.0
최근 업데이트 2023-06-09
출시 날짜 2022-08-26
평점 4.00/5 총 10 개의 평점
개발자 Scamadviser
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.scamadviser.com/download-browser-extension-app
도움말 페이지 URL https://www.scamadviser.com/contact
개인정보 보호 정책 페이지 URL https://www.scamadviser.com/privacy-policy
지원되는 언어 de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ro,ru,uk,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScamAdviser",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "homepage_url": "https:\/\/www.scamadviser.com",
    "default_locale": "en",
    "version": "1.1.0",
    "author": "Konrad Ossowski",
    "manifest_version": 3,
    "incognito": "split",
    "background": {
        "service_worker": "build\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/Scamadviser_Shield_Gray.png",
            "32": "\/images\/Scamadviser_Shield_Gray.png",
            "48": "\/images\/Scamadviser_Shield_Gray.png",
            "128": "\/images\/Scamadviser_Shield_Gray.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "build\/content-scripts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "fonts\/*.woff"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "\/images\/Scamadviser_Shield_Red.png",
        "32": "\/images\/Scamadviser_Shield_Red.png",
        "48": "\/images\/Scamadviser_Shield_Red.png",
        "128": "\/images\/Scamadviser_Shield_Red.png"
    }
}