This is a podcast aggregator for chrome.
You can install the extension at the chrome web store.
You will need to install Node.js
and then install bower (with the command line
npm install -g bower.
After installing bower, install the dependencies with the command
bower install and copy them to the right places using the shell
script copy_depependencies.sh.