Online Security Guard

Protect your digital privacy and enjoy safe browsing experience

Online Security Guard란 무엇입니까?

Online Security Guard은(는) Budapest Chrome Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect your digital privacy and enjoy safe browsing experience"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Online Security Guard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bumping into the wrong website can infect your PC with malware. Online Security Guard attempts to block and warn you of malicious, virus-hosting sites by tagging websites with a rating of Safe or Not Safe based on input from users; you can share feedback too.


By installing this extension in your browser, you acknowledge that you have read and agree to our Privacy Policy (https://www.onlinesecurity-extension.com/privacy-policy), which governs the download and use of the selected product.                    

확장 프로그램 기본 정보

이름 Online Security Guard Online Security Guard
ID pdbpchopfcmiopjiijdfipdojgdigplf
공식 URL https://chromewebstore.google.com/detail/online-security-guard/pdbpchopfcmiopjiijdfipdojgdigplf
설명 Protect your digital privacy and enjoy safe browsing experience
파일 크기 117 KB
설치 횟수 505
현재 버전 1.0.0
최근 업데이트 2021-09-23
출시 날짜 2021-09-23
평점 5.00/5 총 21 개의 평점
개발자 Budapest Chrome Extensions
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.onlinesecurity-extension.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.0.0",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Online Security Guard Extension",
        "default_popup": "index.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "permissions": [
        "",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ]
}