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文件

下載Online Security Guard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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