Speed Up Browsing

Loads mobile version of sites to improve speed

What is Speed Up Browsing?

Speed Up Browsing is a Chrome extension developed by OKSuperBoost, and its main feature is "Loads mobile version of sites to improve speed".

Extension Screenshots

screenshot

Download Speed Up Browsing Extension CRX File

Download Speed Up Browsing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Speeds up your browsing by loading mobile versions of all webpages. This makes your pages load faster.

Easily toggle on and off by clicking on the extension icon.                    

Extension Basic Information

Name Speed Up Browsing Speed Up Browsing
ID dedbgebcenangidjnfanjpohlepjpfak
Official URL https://chromewebstore.google.com/detail/speed-up-browsing/dedbgebcenangidjnfanjpohlepjpfak
Description Loads mobile version of sites to improve speed
File Size 17.22 KB
Installation Count 1,468
Current Version 0.0.0.1
Last Updated 2016-05-04
Publish Date 2016-05-04
Rating 4.71/5 Total 17 Ratings
Developer OKSuperBoost
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speed Up Browsing",
    "description": "Loads mobile version of sites to improve speed",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "enabled.png"
    },
    "icons": {
        "16": "enabled.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}