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 |
官方網址 | 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" } |