drodil / video_auto_pause

Chrome extension to automatically pause/continue video on tab focus changes
MIT License
32 stars 14 forks source link

Feature Request #6

Open MoatazAbdAlmageed opened 1 year ago

MoatazAbdAlmageed commented 1 year ago

could you support local files ?

or any <video tag even if it locally

drodil commented 1 year ago

Unfortunately the host permissions must be in manifest to tell where the add-on can run (https://github.com/drodil/youtube_auto_pause/blob/master/manifest.json#L12). Not sure how to add local files in this list, have to check into it.