ReolinkHelper

This extension enhances viewing Reolink cameras in Chrome browser over a local network.

ReolinkHelper क्या है?

ReolinkHelper kevall द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension enhances viewing Reolink cameras in Chrome browser over a local network."।

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

screenshot

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

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

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

                        This extension enhances viewing Reolink cameras in Chrome browser over a local network.

Reolink cameras may be accessed over a local network by using the ip address of the camera. However, the interface is a bit limited (esp., no fullscreen mode, and inability to digitally zoom) and also can be a bit daunting.

This extension offers fullscreen mode and digital zooming functionality, as well as making the UI more user friendly.  It also cleans up the UI, hiding controls when not being used, in order to allow for more real estate for actual camera viewing when not in fullscreen mode.                    

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

नाम ReolinkHelper ReolinkHelper
ID oaacdcobcfhhnkbbadihhgibpmicleil
आधिकारिक URL https://chromewebstore.google.com/detail/reolinkhelper/oaacdcobcfhhnkbbadihhgibpmicleil
विवरण This extension enhances viewing Reolink cameras in Chrome browser over a local network.
फ़ाइल का आकार 23.25 KB
स्थापना संख्या 293
वर्तमान संस्करण 0.0.9
अंतिम अपडेट 2023-08-24
प्रकाशन तिथि 2023-05-08
डेवलपर kevall
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.privacypolicies.com/live/0aee1420-2711-4339-b4da-41d16fbdb1cc
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReolinkHelper",
    "description": "This extension enhances viewing Reolink cameras in Chrome browser over a local network.",
    "version": "0.0.9",
    "icons": {
        "32": "icons\/icon_rh_32.png",
        "48": "icons\/icon_rh_48.png",
        "64": "icons\/icon_rh_64.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/192.168.0.20\/*",
                "http:\/\/192.168.0.101\/*",
                "http:\/\/192.168.0.102\/*",
                "http:\/\/192.168.0.103\/*",
                "http:\/\/192.168.0.104\/*",
                "http:\/\/192.168.0.105\/*",
                "http:\/\/192.168.0.106\/*",
                "http:\/\/192.168.0.107\/*",
                "http:\/\/192.168.0.108\/*",
                "http:\/\/192.168.0.109\/*",
                "http:\/\/192.168.0.110\/*",
                "https:\/\/192.168.0.20\/*",
                "https:\/\/192.168.0.101\/*",
                "https:\/\/192.168.0.102\/*",
                "https:\/\/192.168.0.103\/*",
                "https:\/\/192.168.0.104\/*",
                "https:\/\/192.168.0.105\/*",
                "https:\/\/192.168.0.106\/*",
                "https:\/\/192.168.0.107\/*",
                "https:\/\/192.168.0.108\/*",
                "https:\/\/192.168.0.109\/*",
                "https:\/\/192.168.0.110\/*",
                "http:\/\/192.168.1.181\/*",
                "http:\/\/192.168.1.182\/*",
                "http:\/\/192.168.1.183\/*",
                "http:\/\/192.168.1.184\/*",
                "http:\/\/192.168.1.185\/*",
                "http:\/\/192.168.1.186\/*",
                "http:\/\/192.168.1.187\/*",
                "http:\/\/192.168.1.188\/*",
                "http:\/\/192.168.1.189\/*",
                "http:\/\/192.168.1.190\/*",
                "http:\/\/192.168.1.191\/*",
                "http:\/\/192.168.1.192\/*",
                "http:\/\/192.168.1.193\/*",
                "http:\/\/192.168.1.194\/*",
                "http:\/\/192.168.1.195\/*",
                "http:\/\/192.168.1.196\/*",
                "http:\/\/192.168.1.197\/*",
                "http:\/\/192.168.1.198\/*",
                "http:\/\/192.168.1.199\/*",
                "http:\/\/192.168.1.200\/*",
                "https:\/\/192.168.1.181\/*",
                "https:\/\/192.168.1.182\/*",
                "https:\/\/192.168.1.183\/*",
                "https:\/\/192.168.1.184\/*",
                "https:\/\/192.168.1.185\/*",
                "https:\/\/192.168.1.186\/*",
                "https:\/\/192.168.1.187\/*",
                "https:\/\/192.168.1.188\/*",
                "https:\/\/192.168.1.189\/*",
                "https:\/\/192.168.1.190\/*",
                "https:\/\/192.168.1.191\/*",
                "https:\/\/192.168.1.192\/*",
                "https:\/\/192.168.1.193\/*",
                "https:\/\/192.168.1.194\/*",
                "https:\/\/192.168.1.195\/*",
                "https:\/\/192.168.1.196\/*",
                "https:\/\/192.168.1.197\/*",
                "https:\/\/192.168.1.198\/*",
                "https:\/\/192.168.1.199\/*",
                "https:\/\/192.168.1.200\/*"
            ],
            "js": [
                "contentscripts\/contentscript.js"
            ]
        }
    ]
}