gitextract_vft5ts7_/ ├── .eslintrc.json ├── .github/ │ └── workflows/ │ └── ci.yml ├── .gitignore ├── .gitmodules ├── .prettierrc.json ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── background.html ├── background.ts ├── bootstrap.ts ├── content.ts ├── lib.d.ts ├── manifest.json ├── package.json ├── popup.css ├── popup.html ├── popup.ts ├── resources/ │ └── icon.xcf ├── storage.ts ├── tsconfig.json ├── tsconfig.webpack.json └── webpack.config.ts