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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |