AdGuard Home Control

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

Apa itu AdGuard Home Control?

AdGuard Home Control adalah ekstensi Chrome yang dikembangkan oleh innovative.aps, dan fitur utamanya adalah "Browser extension to control your AdGuard Home. Built with Vue and Typescript.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi AdGuard Home Control

Unduh file ekstensi AdGuard Home Control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AdGuard Home Control AdGuard Home Control
ID flbpjbdbniigclhibiemmeopcnfimajj
URL Resmi https://chromewebstore.google.com/detail/adguard-home-control/flbpjbdbniigclhibiemmeopcnfimajj
Deskripsi Browser extension to control your AdGuard Home. Built with Vue and Typescript.
Ukuran File 468 KB
Jumlah Instalasi 120
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2023-11-24
Tanggal Publikasi 2023-11-21
Penilaian 3.00/5 Total 1 Penilaian
Pengembang innovative.aps
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/satheshshiva
URL Halaman Bantuan https://github.com/satheshshiva/Adguard-Home-Browser-Ext/issues
URL Halaman Kebijakan Privasi https://sites.google.com/view/adguardhomecontrolprivacy/home
Bahasa yang Didukung 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": []
}