360 Internet Protection

360 Internet Protection

360 Internet Protection là gì?

360 Internet Protection là một tiện ích mở rộng Chrome được phát triển bởi https://www.360totalsecurity.com, và tính năng chính của nó là "360 Internet Protection".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 360 Internet Protection

Tải xuống các tệp mở rộng 360 Internet Protection dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 360 Internet Protection 360 Internet Protection
ID glcimepnljoholdmjchkloafkggfoijh
URL Chính Thức https://chromewebstore.google.com/detail/360-internet-protection/glcimepnljoholdmjchkloafkggfoijh
Mô tả 360 Internet Protection
Kích Thước Tệp 455 KB
Số Lần Cài Đặt 11,000,000
Phiên Bản Hiện Tại 2.1.55
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2018-09-28
Đánh Giá 4.55/5 Tổng số 5378 Đánh Giá
Nhà Phát Triển https://www.360totalsecurity.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.360totalsecurity.com
URL Trang Trợ Giúp http://www.360totalsecurity.com/help
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/install_logo.png",
        "48": "images\/extension_logo.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_name__",
    "options_page": "option\/options.html",
    "declarative_net_request": {
        "rule_resources": []
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting",
        "tabs",
        "nativeMessaging",
        "storage",
        "activeTab",
        "webRequest",
        "webNavigation",
        "declarativeNetRequestWithHostAccess",
        "alarms"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.55"
}