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! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webboost.fse.guru และคุณลักษณะหลักของมันคือ "Make your web pages load faster! Boost browser speed!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Boost - Wait Less, Browse Faster!

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}