Bitcleaner Surfguard

Review and share the security of websites

What is Bitcleaner Surfguard?

Bitcleaner Surfguard is a Chrome extension developed by Andre.K., and its main feature is "Review and share the security of websites".

Extension Screenshots

screenshot

Download Bitcleaner Surfguard Extension CRX File

Download Bitcleaner Surfguard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bitcleaner Surfguard Bitcleaner Surfguard
ID aeefnonlfngaeblgiipagcfmcakbmmjk
Official URL https://chromewebstore.google.com/detail/bitcleaner-surfguard/aeefnonlfngaeblgiipagcfmcakbmmjk
Description Review and share the security of websites
File Size 141 KB
Installation Count 162,608
Current Version 1.0.0
Last Updated 2023-08-12
Publish Date 2023-08-12
Rating 5.00/5 Total 1 Ratings
Developer Andre.K.
Email [email protected]
Payment Type free
Privacy Policy Page URL https://bitcleaner.com/privacy
Supported Languages 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"
}