Fast Page Load
Speed up your web browsing and get to where you're going faster.
Fast Page Load là gì?
Fast Page Load là một tiện ích mở rộng Chrome được phát triển bởi Fast Page Load, và tính năng chính của nó là "Speed up your web browsing and get to where you're going faster.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fast Page Load
Tải xuống các tệp mở rộng Fast Page Load 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
Fast Page Load offers a proprietary blend of ingredients to improve the speed of your web browsing experience. Fast Page Load reviews.... "Web browsing on steroids" "Phenomenal performance boost A+++" "This chrome plugin really is worth it, best plugin for browsing fast"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fast Page Load |
ID | bknaplcbimdibpjbabccgddcleoealam |
URL Chính Thức | https://chromewebstore.google.com/detail/fast-page-load/bknaplcbimdibpjbabccgddcleoealam |
Mô tả | Speed up your web browsing and get to where you're going faster. |
Kích Thước Tệp | 18.12 KB |
Số Lần Cài Đặt | 3,369 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-07-03 |
Ngày Phát Hành | 2019-02-15 |
Đánh Giá | 3.73/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Fast Page Load |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://fastpageload.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fast Page Load", "version": "1.0", "description": "Speed up your web browsing and get to where you're going faster.", "manifest_version": 2, "background": { "scripts": [ "js\/preload.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |