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
官方URL 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"
    }
}