Fake-Shop Detector

The Fake Shop Detector warns you of fraudulent offers, directly in your internet browser!

Fake-Shop Detector란 무엇입니까?

Fake-Shop Detector은(는) ÖIAT – Forschungsprojekt SINBAD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Fake Shop Detector warns you of fraudulent offers, directly in your internet browser!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Fake-Shop Detector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Fake-Shop Detector warns you in time about fraudulent offers, directly in your internet browser.

    - Free of charge and in real-time
    - Does not store private data
    - Available for Mozilla Firefox, Google Chrome, Microsoft Edge, and all Chromium browsers

The Fake-Shop Detector checks every visited website in two steps: First, it searches an expert-curated database on reputable and fraudulent online stores and websites. If a website is unknown, a real-time analysis by Artificial Intelligence (AI) occurs.

The plugin shows you the result of this check with different colors and icons.

Red: High risk.
Yellow: No clear result.
Green: Very low risk.
Grey: No online store, plugin still working, deactivated.

Safer online shopping with the Fake-Shop Detector. Give internet scams no chance!

The current version of the Fake-Shop Detector is operated by ÖIAT, AIT, and X-NET.

You can find more information at: https://www.fakeshop.at/en/research/
About us: https://www.fakeshop.at/en/contact-us/
Privacy policy: https://www.fakeshop.at/en/about-us/privacy/                    

확장 프로그램 기본 정보

이름 Fake-Shop Detector Fake-Shop Detector
ID fmnfaallpopfkmkcabhcbjapbeiefgon
공식 URL https://chromewebstore.google.com/detail/fake-shop-detector/fmnfaallpopfkmkcabhcbjapbeiefgon
설명 The Fake Shop Detector warns you of fraudulent offers, directly in your internet browser!
파일 크기 467 KB
설치 횟수 9,717
현재 버전 2.0.3
최근 업데이트 2024-02-27
출시 날짜 2021-10-25
평점 4.50/5 총 2 개의 평점
개발자 ÖIAT – Forschungsprojekt SINBAD
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.fakeshop.at/
도움말 페이지 URL https://www.fakeshop.at/kontakt/
개인정보 보호 정책 페이지 URL https://www.fakeshop.at/ueber-fake-shop-detector/datenschutz
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.0.3",
    "default_locale": "en",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "devtools_page": "devtools.html"
}