360 Internet Protection
360 Internet Protection
Τι είναι το 360 Internet Protection;
Το 360 Internet Protection είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.360totalsecurity.com, και η κύρια λειτουργία του είναι "360 Internet Protection".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 360 Internet Protection
Λήψη αρχείων επέκτασης 360 Internet Protection σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension is web threat protection of 360 Total Security for Chrome. It's based on the cloud malicious URL database of 360 cloud security center. It can identify malicious URL in real-time and protect you from web threats. The capabilities of anti-fraud, anti-phishing and anti-malicious URL will be enabled once installed. Integrated privacy anti-tracking, disguise your online information, away from the risk of targeted advertising and privacy leakage, so that you have a safe online environment. Note: 1. You need to install latest 360 Total Security to have the above functions. 2. Support Windows Version of 360 Total Security only. Official Website: http://www.360totalsecurity.com/
Βασικές Πληροφορίες Επέκτασης
Όνομα | 360 Internet Protection |
ID | glcimepnljoholdmjchkloafkggfoijh |
Επίσημο URL | https://chromewebstore.google.com/detail/360-internet-protection/glcimepnljoholdmjchkloafkggfoijh |
Περιγραφή | 360 Internet Protection |
Μέγεθος Αρχείου | 455 KB |
Αριθμός Εγκαταστάσεων | 11,000,000 |
Τρέχουσα Έκδοση | 2.1.55 |
Τελευταία Ενημέρωση | 2024-02-26 |
Ημερομηνία Δημοσίευσης | 2018-09-28 |
Αξιολόγηση | 4.55/5 Συνολικά 5378 Αξιολογήσεις |
Προγραμματιστής | https://www.360totalsecurity.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.360totalsecurity.com |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.360totalsecurity.com/help |
Υποστηριζόμενες Γλώσσες | de,en,fr,vi,tr,es,it,pt-PT,ru,hi,ar,zh-CN,zh-TW,ja |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "action": { "type": "modifyHeaders", "requestHeaders": [ { "header": "cookie", "operation": "remove" } ] }, "content_security_policy": { "script-src": "self", "object-src": "self" }, "content_scripts": [ { "css": [ "toast\/toast.css" ], "js": [ "utils\/common.js", "utils\/type.js", "utils\/pref.js", "utils\/product.js", "utils\/debug.js", "toast\/toast.js", "antitrack\/inject-antitrack.js", "wdsupport\/wd_extension.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "promo\/*", "images\/*" ], "matches": [ " |