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.
电子邮箱 [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"
}