AdGuard Home Control

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

什麼是AdGuard Home Control?

AdGuard Home Control是由innovative.aps開發的Chrome擴展程式,該擴展的主要功能是“Browser extension to control your AdGuard Home. Built with Vue and Typescript.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載AdGuard Home Control擴展crx文件

下載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
官方網址 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": []
}