Web Boost - Wait Less, Browse Faster!
Make your web pages load faster! Boost browser speed!
What is Web Boost - Wait Less, Browse Faster!?
Web Boost - Wait Less, Browse Faster! is a Chrome extension developed by https://webboost.fse.guru, and its main feature is "Make your web pages load faster! Boost browser speed!".
Extension Screenshots
Download Web Boost - Wait Less, Browse Faster! Extension CRX File
Download Web Boost - Wait Less, Browse Faster! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension applies clever caching techniques (which are not there in browser by default) and blocks the stuff you do not need (ads and trackers). All of that make web pages load noticeably faster! Free and Open Source software. PERMISSIONS It requires "the access to read all website data" to analyse what website building blocks are used to cache and block things. NEED HELP? Sources are available here: http://github.com/mr-mig/webbooost Ask questions on Facebook: https://www.facebook.com/WebBoostExtension
Extension Basic Information
Name | Web Boost - Wait Less, Browse Faster! |
ID | ahbkhnpmoamidjgbneafjipbmdfpefad |
Official URL | https://chromewebstore.google.com/detail/web-boost-wait-less-brows/ahbkhnpmoamidjgbneafjipbmdfpefad |
Description | Make your web pages load faster! Boost browser speed! |
File Size | 11.03 MB |
Installation Count | 55,395 |
Current Version | 3.2.4 |
Last Updated | 2016-08-15 |
Publish Date | 2016-08-15 |
Rating | 4.48/5 Total 775 Ratings |
Developer | https://webboost.fse.guru |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/mr-mig/webbooost |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Boost - Wait Less, Browse Faster!", "short_name": "Webbooost", "version": "3.2.4", "manifest_version": 2, "description": "Make your web pages load faster! Boost browser speed!", "homepage_url": "http:\/\/www.fse.guru", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "bg.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "icons\/icon16.png", "38": "icons\/icon32.png" }, "default_title": "Configure WebBoost", "default_popup": "popup.html" }, "permissions": [ "webRequest", "tabs", "webRequestBlocking", " |