AdGuard Home Control

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

Wat is AdGuard Home Control?

AdGuard Home Control is een Chrome-extensie ontwikkeld door innovative.aps, en de belangrijkste functie is "Browser extension to control your AdGuard Home. Built with Vue and Typescript.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AdGuard Home Control

Download AdGuard Home Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AdGuard Home Control AdGuard Home Control
ID flbpjbdbniigclhibiemmeopcnfimajj
Officiële URL https://chromewebstore.google.com/detail/adguard-home-control/flbpjbdbniigclhibiemmeopcnfimajj
Beschrijving Browser extension to control your AdGuard Home. Built with Vue and Typescript.
Bestandsgrootte 468 KB
Aantal Installaties 120
Huidige Versie 1.0.3
Laatst Bijgewerkt 2023-11-24
Publicatiedatum 2023-11-21
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar innovative.aps
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/satheshshiva
Help Pagina-URL https://github.com/satheshshiva/Adguard-Home-Browser-Ext/issues
URL van de Privacybeleid Pagina https://sites.google.com/view/adguardhomecontrolprivacy/home
Ondersteunde Talen 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": []
}