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
公式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
Eメール [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"
    ]
}