mr-mig / webbooost

Chrome extension for faster web browsing.
http://webboost.fse.guru
MIT License
89 stars 22 forks source link

Logo

bitHound Score

Chrome extension for faster web browsing. http://bit.ly/webbooost

How it works?

The extension is listening for all outcoming requests and substitute the requests for well-known and highly used javascript libraries, css files and fonts.

How can I use it?

Just install it.

If you are a web developer - you can now develop your stuff without internet connection to CDNs. The libraries from CDNs will be served locally from the extension.

What is included?

You can find the CDN and library usage research in this blog post.

CDNs covered:

Libraries covered:

Is it really making something faster?

Yes, it is. Try it, it's free.

Can I contribute?

For security reasons I do not accept pull requests with new libraries.

If you want to add some library, feel free to raise an issue.

If you want to modify the code or injection rules - make a pull request.

How can I build all the stuff?

Run make all to create a development build in /dist.

You can point Chrome to this directory to use the "unpacked extension"

To pack the extension in a zip use make all pack