Total Defense Traffic Light
Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience.
O que é Total Defense Traffic Light?
Total Defense Traffic Light é uma extensão do Chrome desenvolvida por https://www.totaldefense.com, e sua principal característica é "Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Total Defense Traffic Light
Baixe arquivos de extensão Total Defense Traffic Light no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Total Defense Traffic Light |
ID | banepeeclciljgfbpcjgnkfecnafnngg |
URL Oficial | https://chromewebstore.google.com/detail/total-defense-traffic-lig/banepeeclciljgfbpcjgnkfecnafnngg |
Descrição | Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience. |
Tamanho do Arquivo | 4.3 MB |
Contagem de Instalações | 7,313 |
Versão Atual | 3.2.2 |
Última Atualização | 2023-10-27 |
Data de Publicação | 2020-07-01 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://www.totaldefense.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.totaldefense.com/trafficlight |
URL da Página de Ajuda | https://www.totaldefense.com/support |
URL da Página de Política de Privacidade | https://www.totaldefense.com/privacy |
Idiomas Suportados | 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" ] } ] } |