Bitcleaner Surfguard

Review and share the security of websites

Что такое Bitcleaner Surfguard?

Bitcleaner Surfguard - это расширение Chrome, разработанное Andre.K., и его основная функция - "Review and share the security of websites".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Bitcleaner Surfguard

Скачайте файлы расширений 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"
}