├── LICENSE ├── README.md ├── ff2mpv.js ├── icons ├── icon_128.png ├── icon_16.png ├── icon_32.png ├── icon_48.png └── icon_64.png ├── manifest.json ├── ytdlProtocol.bat ├── ytdlProtocol.reg ├── ytdlRemove.bat └── ytdlRemove.reg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmarch/ff2mpv/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmarch/ff2mpv/HEAD/README.md -------------------------------------------------------------------------------- /ff2mpv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmarch/ff2mpv/HEAD/ff2mpv.js -------------------------------------------------------------------------------- /icons/icon_128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmarch/ff2mpv/HEAD/icons/icon_128.png -------------------------------------------------------------------------------- /icons/icon_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmarch/ff2mpv/HEAD/icons/icon_16.png -------------------------------------------------------------------------------- /icons/icon_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmarch/ff2mpv/HEAD/icons/icon_32.png -------------------------------------------------------------------------------- /icons/icon_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmarch/ff2mpv/HEAD/icons/icon_48.png -------------------------------------------------------------------------------- /icons/icon_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmarch/ff2mpv/HEAD/icons/icon_64.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmarch/ff2mpv/HEAD/manifest.json -------------------------------------------------------------------------------- /ytdlProtocol.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmarch/ff2mpv/HEAD/ytdlProtocol.bat -------------------------------------------------------------------------------- /ytdlProtocol.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmarch/ff2mpv/HEAD/ytdlProtocol.reg -------------------------------------------------------------------------------- /ytdlRemove.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eastmarch/ff2mpv/HEAD/ytdlRemove.bat -------------------------------------------------------------------------------- /ytdlRemove.reg: -------------------------------------------------------------------------------- 1 | Windows Registry Editor Version 5.00 2 | 3 | [-HKEY_CURRENT_USER\SOFTWARE\Classes\ytdl] 4 | --------------------------------------------------------------------------------