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
Eメール [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\/*"
    ]
}