Bitcleaner Surfguard

Review and share the security of websites

Bitcleaner Surfguardとは何ですか?

Bitcleaner SurfguardはAndre.K.によって開発されたChromeの拡張機能で、その主な機能は「Review and share the security of websites」です。

拡張機能のスクリーンショット

screenshot

Bitcleaner Surfguard拡張機能のCRXファイルをダウンロード

Bitcleaner Surfguard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Review and share the security of websites. If you surf to a website that is not secure, e.g. a phishing site, you will immediately receive a warning.                    

拡張機能の基本情報

名前 Bitcleaner Surfguard Bitcleaner Surfguard
ID aeefnonlfngaeblgiipagcfmcakbmmjk
公式URL https://chromewebstore.google.com/detail/bitcleaner-surfguard/aeefnonlfngaeblgiipagcfmcakbmmjk
説明 Review and share the security of websites
ファイルサイズ 141 KB
インストール数 162,608
現在のバージョン 1.0.0
最終更新日 2023-08-12
公開日 2023-08-12
評価 5.00/5 合計 1 レビュー
開発者 Andre.K.
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://bitcleaner.com/privacy
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "icons": {
        "48": "BitcleanerSurfgardLogo-48x48.png",
        "96": "BitcleanerSurfgardLogo-96x96.png"
    },
    "action": {
        "browser_style": true,
        "default_popup": "index.html",
        "default_icon": "BitcleanerSurfgardLogo-16x16.png",
        "default_title": "Bitcleaner Surfguard"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "description": "__MSG_manifest_description__",
    "manifest_version": 3,
    "name": "Bitcleaner Surfguard",
    "version": "1.0.0",
    "default_locale": "en"
}