├── README.md ├── _locales └── en │ └── messages.json ├── injector.js ├── manifest.json ├── popup.html ├── script.js └── service_worker.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xrce/nvo/HEAD/README.md -------------------------------------------------------------------------------- /_locales/en/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xrce/nvo/HEAD/_locales/en/messages.json -------------------------------------------------------------------------------- /injector.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xrce/nvo/HEAD/injector.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xrce/nvo/HEAD/manifest.json -------------------------------------------------------------------------------- /popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xrce/nvo/HEAD/popup.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xrce/nvo/HEAD/script.js -------------------------------------------------------------------------------- /service_worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xrce/nvo/HEAD/service_worker.js --------------------------------------------------------------------------------