Fast Page Load

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

什麼是Fast Page Load?

Fast Page Load是由Fast Page Load開發的Chrome擴展程式,該擴展的主要功能是“Speed up your web browsing and get to where you're going faster.”。

擴展截圖

screenshot

下載Fast Page Load擴展crx文件

下載Fast Page Load擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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"                    

擴展基本資訊

名稱 Fast Page Load Fast Page Load
ID bknaplcbimdibpjbabccgddcleoealam
官方網址 https://chromewebstore.google.com/detail/fast-page-load/bknaplcbimdibpjbabccgddcleoealam
簡介 Speed up your web browsing and get to where you're going faster.
檔案大小 18.12 KB
安裝次數 3,369
目前版本 1.0
更新時間 2021-07-03
上架時間 2019-02-15
評分 3.73/5 共 11 次評分
開發者 Fast Page Load
電子郵箱 [email protected]
付費類型 free
擴展官網 https://fastpageload.com
支援的語言 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"
    }
}