/extension-imgpip

Primary LanguageJavaScriptMIT LicenseMIT

imgpip

IMGPIP Icon

Make images work in Picture-in-Picture

Issues

  • Image downloading needs CORS (crossOrigin anonymous)
  • content-script can't fetch images; need to fetch and send blob by messaging background script
  • can't get permissions on all sites unless we use Manifest v2 "<all_urls>" in permissions

Deploy script (maybe)

https://github.com/gorhill/uBlock/blob/master/.github/workflows/main.yml

References