Kingsoft WebShield Chrome Plugin
Kingsoft WebShield
什么是Kingsoft WebShield Chrome Plugin?
Kingsoft WebShield Chrome Plugin是由https://ijinshan.com开发的Chrome扩展程序,该扩展的主要功能是“Kingsoft WebShield”。
扩展截图
下载Kingsoft WebShield Chrome Plugin扩展crx文件
下载Kingsoft WebShield Chrome Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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]
扩展基本信息
名称 | Kingsoft WebShield Chrome Plugin |
ID | oegbiabdgimjipcgkfcdfeocdmkmlgak |
官方URL | https://chromewebstore.google.com/detail/kingsoft-webshield-chrome/oegbiabdgimjipcgkfcdfeocdmkmlgak |
简介 | Kingsoft WebShield |
文件大小 | 35.93 KB |
安装次数 | 100,000 |
当前版本 | 3.0 |
更新时间 | 2022-12-06 |
上架时间 | 2022-12-05 |
评分 | 5.00/5 共1次评分 |
开发者 | https://ijinshan.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.ijinshan.com |
帮助页面URL | https://www.ijinshan.com/help/ |
隐私政策页面URL | https://www.ijinshan.com/privacy/dubaPrivacy.html |
支持的语言 | 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" } |