Alanine
Use this extension to control your Pi-hole easily!
什麼是Alanine?
Alanine是由j.kolovecky開發的Chrome擴展程式,該擴展的主要功能是“Use this extension to control your Pi-hole easily!”。
擴展截圖
下載Alanine擴展crx文件
下載Alanine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | lohlpbknpcngpjifmofkidennikljlfi |
| 官方網址 | 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'"
} | |