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 |
| 公式URL | 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 |
| Eメール | [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"
]
}
]
} | |