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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speed up your web browsing and get to where you're going faster."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fast Page Load एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}