Fast Page Load

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

Co to jest Fast Page Load?

Fast Page Load to rozszerzenie Chrome opracowane przez Fast Page Load, a jego główną funkcją jest „Speed up your web browsing and get to where you're going faster.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fast Page Load

Pobierz pliki rozszerzeń Fast Page Load w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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"                    

Podstawowe informacje o rozszerzeniu

Nazwa Fast Page Load Fast Page Load
ID bknaplcbimdibpjbabccgddcleoealam
Oficjalny URL https://chromewebstore.google.com/detail/fast-page-load/bknaplcbimdibpjbabccgddcleoealam
Opis Speed up your web browsing and get to where you're going faster.
Rozmiar pliku 18.12 KB
Liczba instalacji 3,369
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-07-03
Data Publikacji 2019-02-15
Ocena 3.73/5 Łącznie 11 Oceny
Deweloper Fast Page Load
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://fastpageload.com
Obsługiwane Języki 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"
    }
}