FaisalUmair / udemy-downloader-gui

A desktop application for downloading Udemy Courses
MIT License
6.14k stars 1.73k forks source link

Unable to install the extension #480

Open Trevorz101 opened 4 years ago

Trevorz101 commented 4 years ago

Unable to install the extension, just downloads a zip, rather then redirect to the google extension store

Akhilgarg07 commented 4 years ago

I faced the same problem and this worked Go to https://crxextractor.com/ => Upload the extension (.crx file) and then click on Get source , a zip file would be downloaded => extract the zip file into a folder => go to chrome://extensions/ and enable developer mode => load unpacked => select that folder

MuradAlBarki commented 4 years ago

I faced the same problem and this worked Go to https://crxextractor.com/ => Upload the extension (.crx file) and then click on Get source , a zip file would be downloaded => extract the zip file into a folder => go to chrome://extensions/ and enable developer mode => load unpacked => select that folder

Thanks for the detailed explanation!