FasterWeb

Browse the web faster.

FasterWebคืออะไร?

FasterWeb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsecraft.com และคุณลักษณะหลักของมันคือ "Browse the web faster."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FasterWeb

ดาวน์โหลดไฟล์ส่วนขยาย FasterWeb ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        FasterWeb uses just-in-time preloading; it preloads a page right before you click on it.

Faster Web works best on pages that are on the same sites. Pages to external sites are still faster but generally not enough to be noticeable.

How it works: Before you click on a link, you hover your mouse over it. When you have hovered for 65 milliseconds there is one chance out of two that you will click, so Faster Web starts preloading at this moment, leaving on average over 300 ms for the page to preload.

Pages that trigger an action (such as logging out or deleting something) are excluded. (FasterWeb won’t preload pages with a “?” in their URL.)

FasterWeb — previously called FasterChrome — is based on instant.page, a library that you can add to your site in just one minute to give it the same speed boost.

Made with ❤️ by BrowseCraft gang. Stand with Ukraine 💙💛.

ADS & PROMOTION
When using FasteWeb, you may encounter advertisements for other extensions and affiliates links. These situational ads allow us to develop the product and make it free for you - our users.
For additional information, please, read our Privacy policy: https://browsecraft.com/privacy/fasterweb-privacy-policy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FasterWeb FasterWeb
ID nmgpnfccjfjhdenioncabecepjcmdnjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fasterweb/nmgpnfccjfjhdenioncabecepjcmdnjg
คำอธิบาย Browse the web faster.
ขนาดไฟล์ 13.73 KB
จำนวนการติดตั้ง 194,959
เวอร์ชันปัจจุบัน 23.12.14
อัปเดตครั้งล่าสุด 2023-12-15
วันที่เผยแพร่ 2019-07-15
คะแนน 4.10/5 รวมทั้งหมด 175 คะแนน
ผู้พัฒนา https://browsecraft.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browsecraft.com/
URL หน้าช่วยเหลือ https://browsecraft.com/contacts
URL หน้านโยบายความเป็นส่วนตัว https://browsecraft.com/privacy/fasterweb-privacy-policy
ภาษาที่รองรับ de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "23.12.14",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "instantpage.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 3
}