Kingsoft WebShield Chrome Plugin
Kingsoft WebShield
Wat is Kingsoft WebShield Chrome Plugin?
Kingsoft WebShield Chrome Plugin is een Chrome-extensie ontwikkeld door https://ijinshan.com, en de belangrijkste functie is "Kingsoft WebShield".
Extensie Screenshots
Download het CRX-bestand van de extensie Kingsoft WebShield Chrome Plugin
Download Kingsoft WebShield Chrome Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]
Basisinformatie over de Extensie
Naam | Kingsoft WebShield Chrome Plugin |
ID | oegbiabdgimjipcgkfcdfeocdmkmlgak |
Officiële URL | https://chromewebstore.google.com/detail/kingsoft-webshield-chrome/oegbiabdgimjipcgkfcdfeocdmkmlgak |
Beschrijving | Kingsoft WebShield |
Bestandsgrootte | 35.93 KB |
Aantal Installaties | 100,000 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2022-12-06 |
Publicatiedatum | 2022-12-05 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://ijinshan.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.ijinshan.com |
Help Pagina-URL | https://www.ijinshan.com/help/ |
URL van de Privacybeleid Pagina | https://www.ijinshan.com/privacy/dubaPrivacy.html |
Ondersteunde Talen | 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" } |