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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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