├── YTHL.css ├── axios.min.js ├── background.js ├── images ├── YTHL_icon.png ├── YTHL_icon128.png ├── YTHL_icon16.png ├── YTHL_icon32.png ├── YTHL_icon48.png ├── firstPage.png ├── raw_image.png ├── screenshotLogo.png └── screenshotProcess.png ├── injectYT.js ├── injector.js ├── manifest.json ├── popup.js └── readme.md /YTHL.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/YTHL.css -------------------------------------------------------------------------------- /axios.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/axios.min.js -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/background.js -------------------------------------------------------------------------------- /images/YTHL_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/images/YTHL_icon.png -------------------------------------------------------------------------------- /images/YTHL_icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/images/YTHL_icon128.png -------------------------------------------------------------------------------- /images/YTHL_icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/images/YTHL_icon16.png -------------------------------------------------------------------------------- /images/YTHL_icon32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/images/YTHL_icon32.png -------------------------------------------------------------------------------- /images/YTHL_icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/images/YTHL_icon48.png -------------------------------------------------------------------------------- /images/firstPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/images/firstPage.png -------------------------------------------------------------------------------- /images/raw_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/images/raw_image.png -------------------------------------------------------------------------------- /images/screenshotLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/images/screenshotLogo.png -------------------------------------------------------------------------------- /images/screenshotProcess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/images/screenshotProcess.png -------------------------------------------------------------------------------- /injectYT.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/injectYT.js -------------------------------------------------------------------------------- /injector.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/injector.js -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/manifest.json -------------------------------------------------------------------------------- /popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/popup.js -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yuan-Yu/YouTube-Highlighter/HEAD/readme.md --------------------------------------------------------------------------------