AdGuard Home Control
Browser extension to control your AdGuard Home. Built with Vue and Typescript.
What is AdGuard Home Control?
AdGuard Home Control is a Chrome extension developed by innovative.aps, and its main feature is "Browser extension to control your AdGuard Home. Built with Vue and Typescript.".
Extension Screenshots
Download AdGuard Home Control Extension CRX File
Download AdGuard Home Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | AdGuard Home Control |
ID | flbpjbdbniigclhibiemmeopcnfimajj |
Official URL | https://chromewebstore.google.com/detail/adguard-home-control/flbpjbdbniigclhibiemmeopcnfimajj |
Description | Browser extension to control your AdGuard Home. Built with Vue and Typescript. |
File Size | 468 KB |
Installation Count | 120 |
Current Version | 1.0.3 |
Last Updated | 2023-11-24 |
Publish Date | 2023-11-21 |
Rating | 3.00/5 Total 1 Ratings |
Developer | innovative.aps |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/satheshshiva |
Help Page URL | https://github.com/satheshshiva/Adguard-Home-Browser-Ext/issues |
Privacy Policy Page URL | https://sites.google.com/view/adguardhomecontrolprivacy/home |
Supported Languages | 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": [ " |