Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.35 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.35 KB

Persistent Video/Audio Volume

Google Chrome WebstoreFirefox Addons

Use cases

  • Facebook.com
  • 9gag.com
  • Bandcamp.com
  • ... and many more

Credits

Build

Dependencies

git submodule init && git submodule update
cd material-components-web && npx webpack

Zip Extension

zip package.zip \
    manifest.json \
    pvv.png \
    popup.js \
    popup.html \
    README.md \
    LICENSE \
    icon*.png \
    contentscript.js \
    material-components-web/build/material-components-web.css \
    material-components-web/build/mdc.ripple.css \
    material-components-web/build/mdc.autoinit.js \
    material-components-web/build/material-components-web.js \
    material-components-web/build/mdc.ripple.js