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.”。
擴展截圖
下載Total Defense Traffic Light擴展crx文件
下載Total Defense Traffic Light擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | banepeeclciljgfbpcjgnkfecnafnngg |
| 官方網址 | 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"
]
}
]
} | |