Protector by Guardbly

Protector extension by Guardbly

Что такое Protector by Guardbly?

Protector by Guardbly - это расширение Chrome, разработанное http://guardbly.com, и его основная функция - "Protector extension by Guardbly".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Protector by Guardbly

Скачайте файлы расширений Protector by Guardbly в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Extension designed for protection your main Guardbly extension from being disabled and to notify you about unwanted uninstallation.

Add our main, free "Guardbly" extension for full cybersecurity and/or parental control features.                    

Основная информация о расширении

Название Protector by Guardbly Protector by Guardbly
ID dmjmfaohcdlmcgdandmeajldhoeigocg
Официальный URL https://chrome.google.com/webstore/detail/protector-by-guardbly/dmjmfaohcdlmcgdandmeajldhoeigocg
Описание Protector extension by Guardbly
Размер файла 16.93 KB
Количество установок 37
Текущая Версия 1.0.0
Последнее Обновление 2020-11-15
Дата публикации 2020-11-15
Разработчик http://guardbly.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://guardbly.com
URL страницы помощи https://guardbly.com/faq
URL страницы политики конфиденциальности https://guardbly.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Protector by Guardbly",
    "version": "1.0.0",
    "description": "Protector extension by Guardbly",
    "permissions": [
        "storage",
        "background",
        "management"
    ],
    "icons": {
        "16": "assets\/images\/16.png",
        "32": "assets\/images\/32.png",
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background\/management.js"
        ]
    },
    "manifest_version": 2
}