Web Boost - Wait Less, Browse Faster!

Make your web pages load faster! Boost browser speed!

O que é Web Boost - Wait Less, Browse Faster!?

Web Boost - Wait Less, Browse Faster! é uma extensão do Chrome desenvolvida por https://webboost.fse.guru, e sua principal característica é "Make your web pages load faster! Boost browser speed!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Web Boost - Wait Less, Browse Faster!

Baixe arquivos de extensão Web Boost - Wait Less, Browse Faster! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Web Boost - Wait Less, Browse Faster! Web Boost - Wait Less, Browse Faster!
ID ahbkhnpmoamidjgbneafjipbmdfpefad
URL Oficial https://chromewebstore.google.com/detail/web-boost-wait-less-brows/ahbkhnpmoamidjgbneafjipbmdfpefad
Descrição Make your web pages load faster! Boost browser speed!
Tamanho do Arquivo 11.03 MB
Contagem de Instalações 55,395
Versão Atual 3.2.4
Última Atualização 2016-08-15
Data de Publicação 2016-08-15
Classificação 4.48/5 Total de 775 Avaliações
Desenvolvedor https://webboost.fse.guru
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/mr-mig/webbooost
Idiomas Suportados 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\/*"
    ]
}