rhadamanthe / host-grabber-pp

A web extension, originally designed for Firefox, to find and download media files from various hosts.
MIT License
16 stars 6 forks source link

Adapt this extension so that it works on Chrome #45

Closed rhadamanthe closed 5 years ago

rhadamanthe commented 5 years ago

All the features are pure JS, and most of the integration API are common to both Firefox and Chrome. There should be few work to do so that it works on both browsers.

rhadamanthe commented 5 years ago

The API adaptation is done with Polyfill.

This issue will be resumed later.