Fast Page Load

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

Apa itu Fast Page Load?

Fast Page Load adalah ekstensi Chrome yang dikembangkan oleh Fast Page Load, dan fitur utamanya adalah "Speed up your web browsing and get to where you're going faster.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fast Page Load

Unduh file ekstensi Fast Page Load dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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"                    

Informasi Dasar Ekstensi

Nama Fast Page Load Fast Page Load
ID bknaplcbimdibpjbabccgddcleoealam
URL Resmi https://chromewebstore.google.com/detail/fast-page-load/bknaplcbimdibpjbabccgddcleoealam
Deskripsi Speed up your web browsing and get to where you're going faster.
Ukuran File 18.12 KB
Jumlah Instalasi 3,369
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-07-03
Tanggal Publikasi 2019-02-15
Penilaian 3.73/5 Total 11 Penilaian
Pengembang Fast Page Load
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://fastpageload.com
Bahasa yang Didukung 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"
    }
}