Fast Page Load

Speed up your web browsing and get to where you're going faster.

Qu'est-ce que Fast Page Load ?

Fast Page Load est une extension Chrome développée par Fast Page Load, et sa fonction principale est "Speed up your web browsing and get to where you're going faster.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fast Page Load

Téléchargez les fichiers d'extension Fast Page Load au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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"                    

Informations de Base sur l'Extension

Nom Fast Page Load Fast Page Load
ID bknaplcbimdibpjbabccgddcleoealam
URL Officiel https://chromewebstore.google.com/detail/fast-page-load/bknaplcbimdibpjbabccgddcleoealam
Description Speed up your web browsing and get to where you're going faster.
Taille du Fichier 18.12 KB
Nombre d'Installations 3,369
Version Actuelle 1.0
Dernière Mise à Jour 2021-07-03
Date de Publication 2019-02-15
Évaluation 3.73/5 Total 11 Évaluations
Développeur Fast Page Load
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fastpageload.com
Langues Prises en Charge 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"
    }
}