360 Internet Protection

360 Internet Protection

360 Internet Protectionคืออะไร?

360 Internet Protection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.360totalsecurity.com และคุณลักษณะหลักของมันคือ "360 Internet Protection"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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": [
                ""
            ]
        }
    ],
    "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"
}