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
公式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
Eメール [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": []
}