Total Defense Traffic Light
Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience.
What is Total Defense Traffic Light?
Total Defense Traffic Light is a Chrome extension developed by https://www.totaldefense.com, and its main feature is "Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience.".
Extension Screenshots
Download Total Defense Traffic Light Extension CRX File
Download Total Defense Traffic Light extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Total Defense Traffic Light |
ID | banepeeclciljgfbpcjgnkfecnafnngg |
Official URL | https://chromewebstore.google.com/detail/total-defense-traffic-lig/banepeeclciljgfbpcjgnkfecnafnngg |
Description | Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience. |
File Size | 4.3 MB |
Installation Count | 7,313 |
Current Version | 3.2.2 |
Last Updated | 2023-10-27 |
Publish Date | 2020-07-01 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://www.totaldefense.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.totaldefense.com/trafficlight |
Help Page URL | https://www.totaldefense.com/support |
Privacy Policy Page URL | https://www.totaldefense.com/privacy |
Supported Languages | 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" ] } ] } |