Web Boost - Wait Less, Browse Faster!
Make your web pages load faster! Boost browser speed!
Was ist Web Boost - Wait Less, Browse Faster!?
Web Boost - Wait Less, Browse Faster! ist eine Chrome-Erweiterung, die von https://webboost.fse.guru entwickelt wurde, und ihr Hauptmerkmal ist "Make your web pages load faster! Boost browser speed!".
Erweiterungsscreenshots
Web Boost - Wait Less, Browse Faster!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Web Boost - Wait Less, Browse Faster!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Web Boost - Wait Less, Browse Faster! |
ID | ahbkhnpmoamidjgbneafjipbmdfpefad |
Offizielle URL | https://chromewebstore.google.com/detail/web-boost-wait-less-brows/ahbkhnpmoamidjgbneafjipbmdfpefad |
Beschreibung | Make your web pages load faster! Boost browser speed! |
Dateigröße | 11.03 MB |
Installationsanzahl | 55,395 |
Aktuelle Version | 3.2.4 |
Letztes Update | 2016-08-15 |
Veröffentlichungsdatum | 2016-08-15 |
Bewertung | 4.48/5 Insgesamt 775 Bewertungen |
Entwickler | https://webboost.fse.guru |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/mr-mig/webbooost |
Unterstützte Sprachen | 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", " |