AdGuard Home Control
Browser extension to control your AdGuard Home. Built with Vue and Typescript.
Vad är AdGuard Home Control?
AdGuard Home Control är en Chrome-tillägg utvecklad av innovative.aps, och dess huvudfunktion är "Browser extension to control your AdGuard Home. Built with Vue and Typescript.".
Tilläggsskärmbilder
Ladda ner AdGuard Home Control-förlängningens CRX-fil
Ladda ner AdGuard Home Control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | AdGuard Home Control |
ID | flbpjbdbniigclhibiemmeopcnfimajj |
Officiell webbadress | https://chromewebstore.google.com/detail/adguard-home-control/flbpjbdbniigclhibiemmeopcnfimajj |
Beskrivning | Browser extension to control your AdGuard Home. Built with Vue and Typescript. |
Filstorlek | 468 KB |
Antal Installationer | 120 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2023-11-24 |
Publiceringsdatum | 2023-11-21 |
Betyg | 3.00/5 Totalt 1 Betyg |
Utvecklare | innovative.aps |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/satheshshiva |
Hjälpsida URL | https://github.com/satheshshiva/Adguard-Home-Browser-Ext/issues |
URL till Sekretesspolicy Sidan | https://sites.google.com/view/adguardhomecontrolprivacy/home |
Stödda Språk | 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": [ " |