Fast Page Load

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

Fast Page Loadคืออะไร?

Fast Page Load เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fast Page Load และคุณลักษณะหลักของมันคือ "Speed up your web browsing and get to where you're going faster."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fast Page Load

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}