Pi-Hole On/Off extension
This extension lets you start / stop Pi-Hole
What is Pi-Hole On/Off extension?
Pi-Hole On/Off extension is a Chrome extension developed by iq.wunder, and its main feature is "This extension lets you start / stop Pi-Hole".
Extension Screenshots
Download Pi-Hole On/Off extension Extension CRX File
Download Pi-Hole On/Off extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | nkokfemjgjliikodpilcagaegohekohe |
Official URL | https://chrome.google.com/webstore/detail/pi-hole-onoff-extension/nkokfemjgjliikodpilcagaegohekohe |
Description | This extension lets you start / stop Pi-Hole |
File Size | 81.58 KB |
Installation Count | 398 |
Current Version | 2.1 |
Last Updated | 2016-11-04 |
Publish Date | 2016-11-04 |
Rating | 3.22/5 Total 9 Ratings |
Developer | iq.wunder |
Payment Type | free |
Extension Website | https://github.com/iqwunder/pihole_status/tree/master/pihole-status |
Supported Languages | 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" ] } |