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ファイルをダウンロード

Nearpeer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}