Alanine

Use this extension to control your Pi-hole easily!

Alanine क्या है?

Alanine j.kolovecky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this extension to control your Pi-hole easily!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Alanine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}