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
Eメール [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"
    }
}