Total Defense Traffic Light

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

Cos'è Total Defense Traffic Light?

Total Defense Traffic Light è un'estensione di Chrome sviluppata da https://www.totaldefense.com, e la sua funzione principale è "Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Total Defense Traffic Light

Scarica i file di estensione Total Defense Traffic Light in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Total Defense Traffic Light Total Defense Traffic Light
ID banepeeclciljgfbpcjgnkfecnafnngg
URL Ufficiale https://chromewebstore.google.com/detail/total-defense-traffic-lig/banepeeclciljgfbpcjgnkfecnafnngg
Descrizione Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience.
Dimensione del File 4.3 MB
Conteggio Installazioni 7,313
Versione Corrente 3.2.2
Ultimo Aggiornamento 2023-10-27
Data di Pubblicazione 2020-07-01
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://www.totaldefense.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.totaldefense.com/trafficlight
URL della Pagina di Aiuto https://www.totaldefense.com/support
URL della Pagina della Politica sulla Privacy https://www.totaldefense.com/privacy
Lingue Supportate 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"
            ]
        }
    ]
}