Fast Page Load
Speed up your web browsing and get to where you're going faster.
Cos'è Fast Page Load?
Fast Page Load è un'estensione di Chrome sviluppata da Fast Page Load, e la sua funzione principale è "Speed up your web browsing and get to where you're going faster.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fast Page Load
Scarica i file di estensione Fast Page Load in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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"
Informazioni di Base sull'Estensione
Nome | Fast Page Load |
ID | bknaplcbimdibpjbabccgddcleoealam |
URL Ufficiale | https://chromewebstore.google.com/detail/fast-page-load/bknaplcbimdibpjbabccgddcleoealam |
Descrizione | Speed up your web browsing and get to where you're going faster. |
Dimensione del File | 18.12 KB |
Conteggio Installazioni | 3,369 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-07-03 |
Data di Pubblicazione | 2019-02-15 |
Valutazione | 3.73/5 Totale 11 Valutazioni |
Sviluppatore | Fast Page Load |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://fastpageload.com |
Lingue Supportate | 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" } } |