I'm trying to deregister these style sheets from being loaded on the home page, but it doesn't look like you're using wp_enqueue_style in your plugin. I can deregister the scripts, which is great, I just need to deregister the style sheets.
Are you planning on implementing the WordPress wp_enqueue_style for you plugin? It would make it more compatible with other plugins if you did so.
Anyways, keep up the good work.