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
官方網址 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\/*"
    ]
}