Nearpeer
Get Nearpeer's video streaming on a web browser by downloading this extension.
Was ist Nearpeer?
Nearpeer ist eine Chrome-Erweiterung, die von https://nearpeer.org entwickelt wurde, und ihr Hauptmerkmal ist "Get Nearpeer's video streaming on a web browser by downloading this extension.".
Erweiterungsscreenshots
Nearpeer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Nearpeer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Nearpeer |
ID | ohcpifgeajnbinjdjpmoolpkafafpkag |
Offizielle URL | https://chromewebstore.google.com/detail/nearpeer/ohcpifgeajnbinjdjpmoolpkafafpkag |
Beschreibung | Get Nearpeer's video streaming on a web browser by downloading this extension. |
Dateigröße | 9.74 KB |
Installationsanzahl | 150 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2022-11-02 |
Veröffentlichungsdatum | 2022-09-09 |
Entwickler | https://nearpeer.org |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.nearpeer.org/ |
Hilfeseite URL | https://www.nearpeer.org/contact-us |
Unterstützte Sprachen | 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 } |