├── LICENSE.md ├── README.md ├── background.html ├── background.js ├── example.jpg ├── icon128.png ├── manifest.json ├── netflix-subtitle-downloader.js ├── thirdParty ├── jquery-3.4.1.min.js └── jszip.min.js └── vtt2srt.js /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanIvan/netflix-subtitle-loader/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanIvan/netflix-subtitle-loader/HEAD/README.md -------------------------------------------------------------------------------- /background.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanIvan/netflix-subtitle-loader/HEAD/background.html -------------------------------------------------------------------------------- /background.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanIvan/netflix-subtitle-loader/HEAD/background.js -------------------------------------------------------------------------------- /example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanIvan/netflix-subtitle-loader/HEAD/example.jpg -------------------------------------------------------------------------------- /icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanIvan/netflix-subtitle-loader/HEAD/icon128.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanIvan/netflix-subtitle-loader/HEAD/manifest.json -------------------------------------------------------------------------------- /netflix-subtitle-downloader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanIvan/netflix-subtitle-loader/HEAD/netflix-subtitle-downloader.js -------------------------------------------------------------------------------- /thirdParty/jquery-3.4.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanIvan/netflix-subtitle-loader/HEAD/thirdParty/jquery-3.4.1.min.js -------------------------------------------------------------------------------- /thirdParty/jszip.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanIvan/netflix-subtitle-loader/HEAD/thirdParty/jszip.min.js -------------------------------------------------------------------------------- /vtt2srt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vanIvan/netflix-subtitle-loader/HEAD/vtt2srt.js --------------------------------------------------------------------------------