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란 무엇입니까?

Total Defense Traffic Light은(는) https://www.totaldefense.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Total Defense Traffic Light 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Total Defense Traffic Light Total Defense Traffic Light
ID banepeeclciljgfbpcjgnkfecnafnngg
공식 URL https://chromewebstore.google.com/detail/total-defense-traffic-lig/banepeeclciljgfbpcjgnkfecnafnngg
설명 Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience.
파일 크기 4.3 MB
설치 횟수 7,313
현재 버전 3.2.2
최근 업데이트 2023-10-27
출시 날짜 2020-07-01
평점 5.00/5 총 3 개의 평점
개발자 https://www.totaldefense.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.totaldefense.com/trafficlight
도움말 페이지 URL https://www.totaldefense.com/support
개인정보 보호 정책 페이지 URL https://www.totaldefense.com/privacy
지원되는 언어 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"
            ]
        }
    ]
}