Kingsoft WebShield Chrome Plugin

Kingsoft WebShield

Kingsoft WebShield Chrome Plugin란 무엇입니까?

Kingsoft WebShield Chrome Plugin은(는) https://ijinshan.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kingsoft WebShield"입니다.

확장 프로그램 스크린샷

screenshot

Kingsoft WebShield Chrome Plugin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}