Alanine

Use this extension to control your Pi-hole easily!

Alanine란 무엇입니까?

Alanine은(는) j.kolovecky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use this extension to control your Pi-hole easily!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Alanine 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Do you use Pi-hole and do you want to be able to quickly and easily turn on/off DNS blocking, logging or quickly add domains to blacklist ? This add-on aims to make this happen.

Features:

 -   Enable/Disable DNS blocking (Indefinitely or set time)
 -   Enable/Disable Logging (Indefinitely or set time)
 -   Add domain to Black/White -list (Exact, Wildcard and Regex)
 -   Update Gravity
 -   Restart DNS server
 -   Open Pi-hole admin in new tab
 -   Display version of Pi-hole

This add-on is ideal when you want to manage Pi-hole instance without disrupting your workflow. Or if you want to give access to Pi-hole to other users of network but web interface is too complicated for them.


This add-on controls Pi-hole via it's own server, which must be installed along Pi-hole instance. Instructions to install server can be found here : https://github.com/Kulda22/alanine. Installation is as easy as Pi-hole installation, we offer install script or docker image.


This add-on is opensource, check us at https://github.com/Kulda22/alanine-plugin.                    

확장 프로그램 기본 정보

이름 Alanine Alanine
ID lohlpbknpcngpjifmofkidennikljlfi
공식 URL https://chromewebstore.google.com/detail/alanine/lohlpbknpcngpjifmofkidennikljlfi
설명 Use this extension to control your Pi-hole easily!
파일 크기 46 KB
설치 횟수 30
현재 버전 1.4
최근 업데이트 2021-05-11
출시 날짜 2021-03-29
평점 5.00/5 총 2 개의 평점
개발자 j.kolovecky
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Kulda22/alanine-plugin
도움말 페이지 URL https://github.com/Kulda22/alanine-plugin
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alanine",
    "description": "Use this extension to control your Pi-hole easily!",
    "version": "1.4",
    "author": "Kulda22",
    "icons": {
        "48": "icons\/Logo48px.png",
        "96": "icons\/Logo96px.png"
    },
    "browser_action": {
        "default_title": "Alanine",
        "default_icon": {
            "48": "icons\/Logo48px.png",
            "96": "icons\/Logo96px.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background\/background-script.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": true
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/kit.fontawesome.com; object-src 'self'"
}