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开发的Chrome扩展程序,该扩展的主要功能是“Make your web pages load faster! Boost browser speed!”。

扩展截图

screenshot
screenshot
screenshot

下载Web Boost - Wait Less, Browse Faster!扩展crx文件

下载Web Boost - Wait Less, Browse Faster!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}