Fake-Shop Detector

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

Fake-Shop Detector là gì?

Fake-Shop Detector là một tiện ích mở rộng Chrome được phát triển bởi ÖIAT – Forschungsprojekt SINBAD, và tính năng chính của nó là "The Fake Shop Detector warns you of fraudulent offers, directly in your internet browser!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fake-Shop Detector

Tải xuống các tệp mở rộng Fake-Shop Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fake-Shop Detector Fake-Shop Detector
ID fmnfaallpopfkmkcabhcbjapbeiefgon
URL Chính Thức https://chromewebstore.google.com/detail/fake-shop-detector/fmnfaallpopfkmkcabhcbjapbeiefgon
Mô tả The Fake Shop Detector warns you of fraudulent offers, directly in your internet browser!
Kích Thước Tệp 467 KB
Số Lần Cài Đặt 9,717
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2021-10-25
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ÖIAT – Forschungsprojekt SINBAD
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.fakeshop.at/
URL Trang Trợ Giúp https://www.fakeshop.at/kontakt/
URL Trang Chính Sách Bảo Mật https://www.fakeshop.at/ueber-fake-shop-detector/datenschutz
Ngôn Ngữ Được Hỗ Trợ 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"
}