You can manually add extension using below way,
Just go to Magento root with app/code
Now Extract your module under code folder and run below command to install your extension,
php magento setup:upgrade
php magento setup:static-content:deploy -f
php magento cache:flush