Fast Page Load
Speed up your web browsing and get to where you're going faster.
Wat is Fast Page Load?
Fast Page Load is een Chrome-extensie ontwikkeld door Fast Page Load, en de belangrijkste functie is "Speed up your web browsing and get to where you're going faster.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fast Page Load
Download Fast Page Load-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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" Basisinformatie over de Extensie
| Naam | |
| ID | bknaplcbimdibpjbabccgddcleoealam |
| Officiële URL | https://chromewebstore.google.com/detail/fast-page-load/bknaplcbimdibpjbabccgddcleoealam |
| Beschrijving | Speed up your web browsing and get to where you're going faster. |
| Bestandsgrootte | 18.12 KB |
| Aantal Installaties | 3,369 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-07-03 |
| Publicatiedatum | 2019-02-15 |
| Beoordeling | 3.73/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | Fast Page Load |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://fastpageload.com |
| Ondersteunde Talen | 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"
}
} | |