Nearpeer

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

What is Nearpeer?

Nearpeer is a Chrome extension developed by https://nearpeer.org, and its main feature is "Get Nearpeer's video streaming on a web browser by downloading this extension.".

Extension Screenshots

screenshot
screenshot

Download Nearpeer Extension CRX File

Download Nearpeer 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

                        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.                    

Extension Basic Information

Name Nearpeer Nearpeer
ID ohcpifgeajnbinjdjpmoolpkafafpkag
Official URL https://chromewebstore.google.com/detail/nearpeer/ohcpifgeajnbinjdjpmoolpkafafpkag
Description Get Nearpeer's video streaming on a web browser by downloading this extension.
File Size 9.74 KB
Installation Count 150
Current Version 0.0.2
Last Updated 2022-11-02
Publish Date 2022-09-09
Developer https://nearpeer.org
Email [email protected]
Payment Type free
Extension Website https://www.nearpeer.org/
Help Page URL https://www.nearpeer.org/contact-us
Supported Languages 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
}