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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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 |
| 帮助页面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": [
" | |