Fast Page Load
Speed up your web browsing and get to where you're going faster.
Vad är Fast Page Load?
Fast Page Load är en Chrome-tillägg utvecklad av Fast Page Load, och dess huvudfunktion är "Speed up your web browsing and get to where you're going faster.".
Tilläggsskärmbilder
Ladda ner Fast Page Load-förlängningens CRX-fil
Ladda ner Fast Page Load-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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" Grundläggande Information om Tillägg
| Namn | |
| ID | bknaplcbimdibpjbabccgddcleoealam |
| Officiell webbadress | https://chromewebstore.google.com/detail/fast-page-load/bknaplcbimdibpjbabccgddcleoealam |
| Beskrivning | Speed up your web browsing and get to where you're going faster. |
| Filstorlek | 18.12 KB |
| Antal Installationer | 3,369 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2021-07-03 |
| Publiceringsdatum | 2019-02-15 |
| Betyg | 3.73/5 Totalt 11 Betyg |
| Utvecklare | Fast Page Load |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://fastpageload.com |
| Stödda Språk | 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"
}
} | |