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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://github.com/satheshshiva/Adguard-Home-Browser-Ext/issues
عنوان صفحة سياسة الخصوصية 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": []
}