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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdGuard Home Control
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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": [ " |