Nearpeer

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

Nearpeer란 무엇입니까?

Nearpeer은(는) https://nearpeer.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Nearpeer's video streaming on a web browser by downloading this extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Nearpeer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}