[1] https://www.sqlite.org/loadext.html
Technically, an extension and VFS are separate things.
An extension when loads, allows you to register the VFS with the Sqlite. It can also register virtual tables as well.
[1] https://www.sqlite.org/loadext.html