Web Boost - Wait Less, Browse Faster!

Make your web pages load faster! Boost browser speed!

Co je Web Boost - Wait Less, Browse Faster!?

Web Boost - Wait Less, Browse Faster! je rozšíření Chrome vyvinuté https://webboost.fse.guru, a jeho hlavní funkcí je „Make your web pages load faster! Boost browser speed!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Web Boost - Wait Less, Browse Faster!

Stáhněte si soubory rozšíření Web Boost - Wait Less, Browse Faster! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Web Boost - Wait Less, Browse Faster! Web Boost - Wait Less, Browse Faster!
ID ahbkhnpmoamidjgbneafjipbmdfpefad
Oficiální URL https://chromewebstore.google.com/detail/web-boost-wait-less-brows/ahbkhnpmoamidjgbneafjipbmdfpefad
Popis Make your web pages load faster! Boost browser speed!
Velikost souboru 11.03 MB
Počet instalací 55,395
Aktuální Verze 3.2.4
Poslední Aktualizace 2016-08-15
Datum Vydání 2016-08-15
Hodnocení 4.48/5 Celkem 775 Hodnocení
Vývojář https://webboost.fse.guru
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/mr-mig/webbooost
Podporované Jazyky 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\/*"
    ]
}