Nearpeer

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

Nearpeer là gì?

Nearpeer là một tiện ích mở rộng Chrome được phát triển bởi https://nearpeer.org, và tính năng chính của nó là "Get Nearpeer's video streaming on a web browser by downloading this extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nearpeer

Tải xuống các tệp mở rộng Nearpeer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nearpeer Nearpeer
ID ohcpifgeajnbinjdjpmoolpkafafpkag
URL Chính Thức https://chromewebstore.google.com/detail/nearpeer/ohcpifgeajnbinjdjpmoolpkafafpkag
Mô tả Get Nearpeer's video streaming on a web browser by downloading this extension.
Kích Thước Tệp 9.74 KB
Số Lần Cài Đặt 150
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2022-11-02
Ngày Phát Hành 2022-09-09
Nhà Phát Triển https://nearpeer.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.nearpeer.org/
URL Trang Trợ Giúp https://www.nearpeer.org/contact-us
Ngôn Ngữ Được Hỗ Trợ 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
}