AdGuard Home Control

Browser extension to control your AdGuard Home. Built with Vue and Typescript.

Что такое AdGuard Home Control?

AdGuard Home Control - это расширение Chrome, разработанное innovative.aps, и его основная функция - "Browser extension to control your AdGuard Home. Built with Vue and Typescript.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения AdGuard Home Control

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

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

                        This extension provides easier access to enable/disable adguard home DNS protection from the browser.

Features:
✓ Enable/disable protection for specific time
✓ Supports multiple instances
✓ Tested in Mozilla Firefox, Google Chrome, Microsoft Edge browsers
✓ Open Source. 

Source code:
https://github.com/satheshshiva/Adguard-Home-Browser-Ext

Disclaimer:
This is not an official AdGuard Home application. AdGuard, AdGuard Home are registered trademarks of AdGuard Software Ltd.                    

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

Название AdGuard Home Control AdGuard Home Control
ID flbpjbdbniigclhibiemmeopcnfimajj
Официальный URL https://chromewebstore.google.com/detail/adguard-home-control/flbpjbdbniigclhibiemmeopcnfimajj
Описание Browser extension to control your AdGuard Home. Built with Vue and Typescript.
Размер файла 468 KB
Количество установок 120
Текущая Версия 1.0.3
Последнее Обновление 2023-11-24
Дата публикации 2023-11-21
Рейтинг 3.00/5 Всего 1 оценок
Разработчик innovative.aps
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/satheshshiva
URL страницы помощи https://github.com/satheshshiva/Adguard-Home-Browser-Ext/issues
URL страницы политики конфиденциальности https://sites.google.com/view/adguardhomecontrolprivacy/home
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AdGuard Home Control",
    "version": "1.0.3",
    "author": "Sathesh Sivashanmugam",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "icons": {
        "48": "icon\/icon-48.png",
        "96": "icon\/icon-96.png",
        "128": "icon\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon-16.png",
            "32": "icon\/icon-32.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "permissions": [
        "alarms",
        "storage",
        "activeTab"
    ],
    "commands": []
}