Web Boost - Wait Less, Browse Faster!

Make your web pages load faster! Boost browser speed!

Web Boost - Wait Less, Browse Faster! क्या है?

Web Boost - Wait Less, Browse Faster! https://webboost.fse.guru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make your web pages load faster! Boost browser speed!"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Web Boost - Wait Less, Browse Faster! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension applies clever caching techniques (which are not there in browser by default) and blocks the stuff you do not need (ads and trackers).

All of that make web pages load noticeably faster!

Free and Open Source software.

PERMISSIONS
It requires "the access to read all website data" to analyse what website building blocks are used to cache and block things.

NEED HELP? 
Sources are available here: http://github.com/mr-mig/webbooost
Ask questions on Facebook:  https://www.facebook.com/WebBoostExtension                    

एक्सटेंशन की मूल जानकारी

नाम Web Boost - Wait Less, Browse Faster! Web Boost - Wait Less, Browse Faster!
ID ahbkhnpmoamidjgbneafjipbmdfpefad
आधिकारिक URL https://chromewebstore.google.com/detail/web-boost-wait-less-brows/ahbkhnpmoamidjgbneafjipbmdfpefad
विवरण Make your web pages load faster! Boost browser speed!
फ़ाइल का आकार 11.03 MB
स्थापना संख्या 55,395
वर्तमान संस्करण 3.2.4
अंतिम अपडेट 2016-08-15
प्रकाशन तिथि 2016-08-15
रेटिंग 4.48/5 कुल 775 रेटिंग्स
डेवलपर https://webboost.fse.guru
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/mr-mig/webbooost
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Boost - Wait Less, Browse Faster!",
    "short_name": "Webbooost",
    "version": "3.2.4",
    "manifest_version": 2,
    "description": "Make your web pages load faster! Boost browser speed!",
    "homepage_url": "http:\/\/www.fse.guru",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon16.png",
            "38": "icons\/icon32.png"
        },
        "default_title": "Configure WebBoost",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "webRequestBlocking",
        ""
    ],
    "content_scripts": [],
    "web_accessible_resources": [
        "injectees\/*"
    ]
}