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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Total Defense Traffic Light adds a strong and non-intrusive layer of security to your browsing experience."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Total Defense Traffic Light एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Total Defense Traffic Light |
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 |
ईमेल | [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" ] } ] } |