gitextract_dxsi0o54/ ├── .eslintrc ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.md │ │ └── feature_request.md │ └── workflows/ │ └── publish.yml ├── .gitignore ├── CNAME ├── LICENSE ├── README.md ├── build.js ├── package.json ├── public/ │ ├── CNAME │ ├── assets/ │ │ ├── bg.js │ │ ├── cs.js │ │ └── popup/ │ │ ├── index.html │ │ ├── script.js │ │ └── style.css │ ├── index.html │ └── style.css ├── src/ │ ├── createManifest.js │ ├── fileCreater.js │ └── script.js └── webpack.config.js