Nearpeer

Get Nearpeer's video streaming on a web browser by downloading this extension.

Nearpeer क्या है?

Nearpeer https://nearpeer.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Nearpeer's video streaming on a web browser by downloading this extension."।

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

screenshot
screenshot

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

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

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

                        Skip the hassle of downloading our windows application and get the full Nearpeer experience by just installing this extension. This extension will ensure that:
> you're getting access to your course without the windows/mac application
> you can stream video content in your desired resolution and speed
> our content is fully secure
> your data is protected
> piracy cases are minimum

After installing this extension, you'll be required to turn off a few of the extensions if they mess up with our secure content serving protocol. Make sure you are not using any illegal video downloading extensions and software while we serve our content. Happy learning with Nearpeer. You can write back to us at [email protected] with your feedback.                    

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

नाम Nearpeer Nearpeer
ID ohcpifgeajnbinjdjpmoolpkafafpkag
आधिकारिक URL https://chromewebstore.google.com/detail/nearpeer/ohcpifgeajnbinjdjpmoolpkafafpkag
विवरण Get Nearpeer's video streaming on a web browser by downloading this extension.
फ़ाइल का आकार 9.74 KB
स्थापना संख्या 150
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2022-11-02
प्रकाशन तिथि 2022-09-09
डेवलपर https://nearpeer.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.nearpeer.org/
सहायता पृष्ठ URL https://www.nearpeer.org/contact-us
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nearpeer",
    "description": "Get Nearpeer's video streaming on a web browser by downloading this extension.",
    "version": "0.0.2",
    "action": {
        "default_icon": {
            "16": "\/images\/np16.png",
            "32": "\/images\/np32.png",
            "48": "\/images\/np48.png",
            "128": "\/images\/np128.png"
        }
    },
    "icons": {
        "16": "\/images\/np16.png",
        "32": "\/images\/np32.png",
        "48": "\/images\/np48.png",
        "128": "\/images\/np128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/nearpeer.org\/*",
                "*:\/\/*.nearpeer.org\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "management",
        "system.display"
    ],
    "manifest_version": 3
}