Web Boost - Wait Less, Browse Faster!

Make your web pages load faster! Boost browser speed!

Web Boost - Wait Less, Browse Faster! là gì?

Web Boost - Wait Less, Browse Faster! là một tiện ích mở rộng Chrome được phát triển bởi https://webboost.fse.guru, và tính năng chính của nó là "Make your web pages load faster! Boost browser speed!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Boost - Wait Less, Browse Faster!

Tải xuống các tệp mở rộng Web Boost - Wait Less, Browse Faster! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Boost - Wait Less, Browse Faster! Web Boost - Wait Less, Browse Faster!
ID ahbkhnpmoamidjgbneafjipbmdfpefad
URL Chính Thức https://chromewebstore.google.com/detail/web-boost-wait-less-brows/ahbkhnpmoamidjgbneafjipbmdfpefad
Mô tả Make your web pages load faster! Boost browser speed!
Kích Thước Tệp 11.03 MB
Số Lần Cài Đặt 55,395
Phiên Bản Hiện Tại 3.2.4
Cập Nhật Lần Cuối 2016-08-15
Ngày Phát Hành 2016-08-15
Đánh Giá 4.48/5 Tổng số 775 Đánh Giá
Nhà Phát Triển https://webboost.fse.guru
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/mr-mig/webbooost
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}