Kingsoft WebShield Chrome Plugin

Kingsoft WebShield

What is Kingsoft WebShield Chrome Plugin?

Kingsoft WebShield Chrome Plugin is a Chrome extension developed by https://ijinshan.com, and its main feature is "Kingsoft WebShield".

Extension Screenshots

screenshot

Download Kingsoft WebShield Chrome Plugin Extension CRX File

Download Kingsoft WebShield Chrome Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension is an auxiliary extension provided by Kingsoft Antivirus Internet Protection for Chrome browser. Based on the cloud-based massive malicious URL library provided by Kingsoft Cloud Security, installing this extension can allow Chrome browser to identify and block fraudulent, phishing, and Trojan websites to protect your computer. Keep your online environment safe

Official Website: https://www.ijinshan.com
Software required: [Kingsoft Internet Security]                    

Extension Basic Information

Name Kingsoft WebShield Chrome Plugin Kingsoft WebShield Chrome Plugin
ID oegbiabdgimjipcgkfcdfeocdmkmlgak
Official URL https://chromewebstore.google.com/detail/kingsoft-webshield-chrome/oegbiabdgimjipcgkfcdfeocdmkmlgak
Description Kingsoft WebShield
File Size 35.93 KB
Installation Count 100,000
Current Version 3.0
Last Updated 2022-12-06
Publish Date 2022-12-05
Rating 5.00/5 Total 1 Ratings
Developer https://ijinshan.com
Email [email protected]
Payment Type free
Extension Website https://www.ijinshan.com
Help Page URL https://www.ijinshan.com/help/
Privacy Policy Page URL https://www.ijinshan.com/privacy/dubaPrivacy.html
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "default_locale": "zh_CN",
    "icons": {
        "16": "icons\/duba16.png",
        "48": "icons\/duba48.png",
        "128": "icons\/duba128.png"
    },
    "action": {
        "default_title": "__MSG_default_title__",
        "default_icon": "icons\/duba128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "nativeMessaging",
        "scripting"
    ],
    "version": "3.0"
}