Fast Page Load
Speed up your web browsing and get to where you're going faster.
What is Fast Page Load?
Fast Page Load is a Chrome extension developed by Fast Page Load, and its main feature is "Speed up your web browsing and get to where you're going faster.".
Extension Screenshots
Download Fast Page Load Extension CRX File
Download Fast Page Load 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
Fast Page Load offers a proprietary blend of ingredients to improve the speed of your web browsing experience. Fast Page Load reviews.... "Web browsing on steroids" "Phenomenal performance boost A+++" "This chrome plugin really is worth it, best plugin for browsing fast"
Extension Basic Information
Name | Fast Page Load |
ID | bknaplcbimdibpjbabccgddcleoealam |
Official URL | https://chromewebstore.google.com/detail/fast-page-load/bknaplcbimdibpjbabccgddcleoealam |
Description | Speed up your web browsing and get to where you're going faster. |
File Size | 18.12 KB |
Installation Count | 3,369 |
Current Version | 1.0 |
Last Updated | 2021-07-03 |
Publish Date | 2019-02-15 |
Rating | 3.73/5 Total 11 Ratings |
Developer | Fast Page Load |
[email protected] | |
Payment Type | free |
Extension Website | https://fastpageload.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fast Page Load", "version": "1.0", "description": "Speed up your web browsing and get to where you're going faster.", "manifest_version": 2, "background": { "scripts": [ "js\/preload.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |