Nearpeer
Get Nearpeer's video streaming on a web browser by downloading this extension.
Cos'è Nearpeer?
Nearpeer è un'estensione di Chrome sviluppata da https://nearpeer.org, e la sua funzione principale è "Get Nearpeer's video streaming on a web browser by downloading this extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nearpeer
Scarica i file di estensione Nearpeer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Nearpeer |
ID | ohcpifgeajnbinjdjpmoolpkafafpkag |
URL Ufficiale | https://chromewebstore.google.com/detail/nearpeer/ohcpifgeajnbinjdjpmoolpkafafpkag |
Descrizione | Get Nearpeer's video streaming on a web browser by downloading this extension. |
Dimensione del File | 9.74 KB |
Conteggio Installazioni | 150 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2022-11-02 |
Data di Pubblicazione | 2022-09-09 |
Sviluppatore | https://nearpeer.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.nearpeer.org/ |
URL della Pagina di Aiuto | https://www.nearpeer.org/contact-us |
Lingue Supportate | 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 } |