Prager University

Short videos. Big ideas. A world of new perspectives, five minutes at a time.

What is Prager University?

Prager University is a Chrome extension developed by Kris Krause, and its main feature is "Short videos. Big ideas. A world of new perspectives, five minutes at a time.".

Extension Screenshots

screenshot
screenshot

Download Prager University Extension CRX File

Download Prager University extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Short videos.  Big ideas.  A world of new perspectives, five minutes at a time.  No ads.  Updated daily.                    

Extension Basic Information

Name Prager University Prager University
ID bnjemocbpkjmnilphimpmaaghgmiedpc
Official URL https://chrome.google.com/webstore/detail/prager-university/bnjemocbpkjmnilphimpmaaghgmiedpc
Description Short videos. Big ideas. A world of new perspectives, five minutes at a time.
File Size 101 KB
Installation Count 213
Current Version 1.0
Last Updated 2016-10-25
Publish Date 2016-10-25
Rating 5.00/5 Total 2 Ratings
Developer Kris Krause
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}