Pi-Hole On/Off extension
This extension lets you start / stop Pi-Hole
Что такое Pi-Hole On/Off extension?
Pi-Hole On/Off extension - это расширение Chrome, разработанное iq.wunder, и его основная функция - "This extension lets you start / stop Pi-Hole".
Снимки экрана расширения
Скачать файл CRX расширения Pi-Hole On/Off extension
Скачайте файлы расширений Pi-Hole On/Off extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | nkokfemjgjliikodpilcagaegohekohe |
Официальный URL | https://chrome.google.com/webstore/detail/pi-hole-onoff-extension/nkokfemjgjliikodpilcagaegohekohe |
Описание | This extension lets you start / stop Pi-Hole |
Размер файла | 81.58 KB |
Количество установок | 398 |
Текущая Версия | 2.1 |
Последнее Обновление | 2016-11-04 |
Дата публикации | 2016-11-04 |
Рейтинг | 3.22/5 Всего 9 оценок |
Разработчик | iq.wunder |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/iqwunder/pihole_status/tree/master/pihole-status |
Поддерживаемые языки | 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" ] } |