gitextract_29hjcguj/ ├── .babelrc ├── .gitignore ├── .prettierrc ├── LICENCE ├── README.md ├── config/ │ ├── config.js │ ├── webpack.config.dev.js │ └── webpack.config.prod.js ├── package.json └── src/ ├── js/ │ ├── background.js │ ├── content.js │ └── helpers/ │ └── index.js ├── manifest.chrome.json └── manifest.firefox.json