Total Defense Traffic Light

Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience.

Total Defense Traffic Light là gì?

Total Defense Traffic Light là một tiện ích mở rộng Chrome được phát triển bởi https://www.totaldefense.com, và tính năng chính của nó là "Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Total Defense Traffic Light

Tải xuống các tệp mở rộng Total Defense Traffic Light 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

                        Cutting edge browser protection

* Advanced malware filter
* Protection against phishing attacks
* Trackers identifier
* Link scanner (including on Facebook and Twitter)

This is a white-label extension made by Bitdefender.                    

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

Tên Total Defense Traffic Light Total Defense Traffic Light
ID banepeeclciljgfbpcjgnkfecnafnngg
URL Chính Thức https://chromewebstore.google.com/detail/total-defense-traffic-lig/banepeeclciljgfbpcjgnkfecnafnngg
Mô tả Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience.
Kích Thước Tệp 4.3 MB
Số Lần Cài Đặt 7,313
Phiên Bản Hiện Tại 3.2.2
Cập Nhật Lần Cuối 2023-10-27
Ngày Phát Hành 2020-07-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.totaldefense.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.totaldefense.com/trafficlight
URL Trang Trợ Giúp https://www.totaldefense.com/support
URL Trang Chính Sách Bảo Mật https://www.totaldefense.com/privacy
Ngôn Ngữ Được Hỗ Trợ de,en-US,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "img\/Ico_Bar_Green.png"
        },
        "default_popup": "pages\/popup\/popup.html"
    },
    "background": {
        "service_worker": "app.js"
    },
    "content_scripts": [
        {
            "js": [
                "vendor\/react.production.min.js",
                "vendor\/react-dom.production.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en_US",
    "description": "__MSG_extName__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "img\/extension_logo.png",
        "16": "img\/context_menu_icon.png"
    },
    "manifest_version": 3,
    "name": "Total Defense Traffic Light",
    "options_page": "pages\/settings\/settings.html",
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "scripting",
        "webRequest",
        "nativeMessaging"
    ],
    "version": "3.2.2",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "resources": [
                "img\/*.png",
                "img\/*.gif",
                "img\/*.svg",
                "pages\/blocked\/blocked.html"
            ]
        }
    ]
}