The extension package is build according to Magento guidelines. Installation process is usual. Please follow How to Install an Extension in Magento 1 article.
Custom theme
If you are using custom theme you need follow next steps:
Copy layout file
from: app\design\frontend\base\default\layout\mt\exitoffer.xml
to: app\design\frontend\YOUR\THEME\layout\mt\exitoffer.xml
Copy html files
from:from: app\design\frontend\base\default\template\mt\exitoffer\
to: app\design\frontend\YOUR\THEME\template\mt\exitoffer\
Copy css file
from:\skin\frontend\base\default\css\mt\exitoffer.css
to: \skin\frontend\YOUR\THEME\css\mt\exitoffer.css
Copy javascript file
from: \skin\frontend\base\default\js\mt\exitoffer\exitoffer.js
to: \skin\frontend\YOUR\THEME\js\mt\exitoffer\exitoffer.js