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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}