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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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