Total Defense Traffic Light
Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience.
Vad är Total Defense Traffic Light?
Total Defense Traffic Light är en Chrome-tillägg utvecklad av https://www.totaldefense.com, och dess huvudfunktion är "Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience.".
Tilläggsskärmbilder
Ladda ner Total Defense Traffic Light-förlängningens CRX-fil
Ladda ner Total Defense Traffic Light-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | banepeeclciljgfbpcjgnkfecnafnngg |
| Officiell webbadress | https://chromewebstore.google.com/detail/total-defense-traffic-lig/banepeeclciljgfbpcjgnkfecnafnngg |
| Beskrivning | Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience. |
| Filstorlek | 4.3 MB |
| Antal Installationer | 7,313 |
| Aktuell Version | 3.2.2 |
| Senast Uppdaterad | 2023-10-27 |
| Publiceringsdatum | 2020-07-01 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://www.totaldefense.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.totaldefense.com/trafficlight |
| Hjälpsida URL | https://www.totaldefense.com/support |
| URL till Sekretesspolicy Sidan | https://www.totaldefense.com/privacy |
| Stödda Språk | 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"
]
}
]
} | |