Pi-Hole On/Off extension
This extension lets you start / stop Pi-Hole
O que é Pi-Hole On/Off extension?
Pi-Hole On/Off extension é uma extensão do Chrome desenvolvida por iq.wunder, e sua principal característica é "This extension lets you start / stop Pi-Hole".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pi-Hole On/Off extension
Baixe arquivos de extensão Pi-Hole On/Off extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Chrome Extension for enabling / disabling pi-hole. IMPORTANT: I changed the server components. They have to be updated. You don't have to install another shell script and only have to add the apiext.php to your webserver. please read the install instructions on : https://github.com/iqwunder/pihole_status/tree/master/pihole-status
Informações Básicas da Extensão
Nome | |
ID | nkokfemjgjliikodpilcagaegohekohe |
URL Oficial | https://chrome.google.com/webstore/detail/pi-hole-onoff-extension/nkokfemjgjliikodpilcagaegohekohe |
Descrição | This extension lets you start / stop Pi-Hole |
Tamanho do Arquivo | 81.58 KB |
Contagem de Instalações | 398 |
Versão Atual | 2.1 |
Última Atualização | 2016-11-04 |
Data de Publicação | 2016-11-04 |
Classificação | 3.22/5 Total de 9 Avaliações |
Desenvolvedor | iq.wunder |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/iqwunder/pihole_status/tree/master/pihole-status |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pi-Hole On\/Off extension", "description": "This extension lets you start \/ stop Pi-Hole", "version": "2.1", "icons": { "16": "img\/pi16.png", "48": "img\/pi48.png", "128": "img\/pi128.png" }, "browser_action": { "default_icon": { "19": "img\/pi48.png", "38": "img\/pi48.png" }, "default_popup": "popup.html" }, "options_ui": { "chrome_style": false, "page": "options.html" }, "permissions": [ "http:\/\/*\/*", "tabs", "storage" ], "web_accessible_resources": [ "img\/pi128.png" ] } |