AdGuard Home Control
Browser extension to control your AdGuard Home. Built with Vue and Typescript.
AdGuard Home Control là gì?
AdGuard Home Control là một tiện ích mở rộng Chrome được phát triển bởi innovative.aps, và tính năng chính của nó là "Browser extension to control your AdGuard Home. Built with Vue and Typescript.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AdGuard Home Control
Tải xuống các tệp mở rộng AdGuard Home Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AdGuard Home Control |
ID | flbpjbdbniigclhibiemmeopcnfimajj |
URL Chính Thức | https://chromewebstore.google.com/detail/adguard-home-control/flbpjbdbniigclhibiemmeopcnfimajj |
Mô tả | Browser extension to control your AdGuard Home. Built with Vue and Typescript. |
Kích Thước Tệp | 468 KB |
Số Lần Cài Đặt | 120 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2023-11-24 |
Ngày Phát Hành | 2023-11-21 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | innovative.aps |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/satheshshiva |
URL Trang Trợ Giúp | https://github.com/satheshshiva/Adguard-Home-Browser-Ext/issues |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/adguardhomecontrolprivacy/home |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |