Prager University
Short videos. Big ideas. A world of new perspectives, five minutes at a time.
Cos'è Prager University?
Prager University è un'estensione di Chrome sviluppata da Kris Krause, e la sua funzione principale è "Short videos. Big ideas. A world of new perspectives, five minutes at a time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Prager University
Scarica i file di estensione Prager University 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
Short videos. Big ideas. A world of new perspectives, five minutes at a time. No ads. Updated daily.
Informazioni di Base sull'Estensione
Nome | |
ID | bnjemocbpkjmnilphimpmaaghgmiedpc |
URL Ufficiale | https://chrome.google.com/webstore/detail/prager-university/bnjemocbpkjmnilphimpmaaghgmiedpc |
Descrizione | Short videos. Big ideas. A world of new perspectives, five minutes at a time. |
Dimensione del File | 101 KB |
Conteggio Installazioni | 213 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-10-25 |
Data di Pubblicazione | 2016-10-25 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Kris Krause |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Prager University", "description": "Short videos. Big ideas. A world of new perspectives, five minutes at a time.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "prager.html" }, "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "permissions": [ "activeTab", "http:\/\/*.rackcdn.com\/" ] } |