TrafficLight

Bitdefender TrafficLight adds a strong and non-intrusive layer of security to your browsing experience.

TrafficLightคืออะไร?

TrafficLight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trafficlight.bitdefender.com และคุณลักษณะหลักของมันคือ "Bitdefender TrafficLight adds a strong and non-intrusive layer of security to your browsing experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TrafficLight

ดาวน์โหลดไฟล์ส่วนขยาย TrafficLight ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        TrafficLight is taking the security-while-browsing concept where it belongs: in the browser. This extension will add a strong layer of security over your browsing experience without inducing speed penalties or system resource consumption. Part of the processing is done in the cloud with some intelligent small engines that make various checks on pages you're visiting enabling you to have top notch antiphishing and antimalware protection.

Features:

Real Time: TrafficLight scans the pages you visit for malware and phishing attempts each and every time you access them to avoid the threat of legitimate but recently compromised websites.

Precise: TrafficLight won't block an entire website if just some pages within are malicious. Only the potentially harmful elements are blocked, leaving you free to view the rest of the site if you so choose.

Unintrusive: TrafficLight does not add a toolbar to your already-cluttered browser interface. Its interface remains invisible until your input is needed or it's called up with a simple mouse gesture.

Search Results: TrafficLight flags malware and fraudulent websites in search results.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TrafficLight TrafficLight
ID cfnpidifppmenkapgihekkeednfoenal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trafficlight/cfnpidifppmenkapgihekkeednfoenal
คำอธิบาย Bitdefender TrafficLight adds a strong and non-intrusive layer of security to your browsing experience.
ขนาดไฟล์ 3.92 MB
จำนวนการติดตั้ง 1,106,338
เวอร์ชันปัจจุบัน 3.2.5
อัปเดตครั้งล่าสุด 2023-11-18
วันที่เผยแพร่ 2020-03-11
คะแนน 4.42/5 รวมทั้งหมด 888 คะแนน
ผู้พัฒนา https://trafficlight.bitdefender.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://trafficlight.bitdefender.com
URL หน้านโยบายความเป็นส่วนตัว https://www.bitdefender.com/site/view/legal-privacy-policy-for-home-users-solutions.html
ภาษาที่รองรับ de,en-US,fr,nl,vi,tr,es,it,hu,pl,pt-BR,pt-PT,ro,sv,cs,el,ru,th,zh-TW,ja,ko
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": "TrafficLight",
    "options_page": "pages\/settings\/settings.html",
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "scripting",
        "webRequest",
        "nativeMessaging"
    ],
    "version": "3.2.5",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "resources": [
                "img\/*.png",
                "img\/*.gif",
                "img\/*.svg",
                "pages\/blocked\/blocked.html"
            ]
        }
    ]
}