├── LICENSE ├── background.js ├── content.js ├── icon.png ├── manifest.json └── readme.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jxnl/youtubechapters-ext/HEAD/LICENSE -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jxnl/youtubechapters-ext/HEAD/background.js -------------------------------------------------------------------------------- /content.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jxnl/youtubechapters-ext/HEAD/icon.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jxnl/youtubechapters-ext/HEAD/manifest.json -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jxnl/youtubechapters-ext/HEAD/readme.md --------------------------------------------------------------------------------