Pi-Hole On/Off extension

This extension lets you start / stop Pi-Hole

Pi-Hole On/Off extension क्या है?

Pi-Hole On/Off extension iq.wunder द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension lets you start / stop Pi-Hole"।

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

screenshot

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

crx प्रारूप में Pi-Hole On/Off extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Pi-Hole On/Off extension Pi-Hole On/Off extension
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"
    ]
}