Redirect Mobile to Desktop

Automatically redirects mobile sites to their desktop versions.

What is Redirect Mobile to Desktop?

Redirect Mobile to Desktop is a Chrome extension developed by iisisoft, and its main feature is "Automatically redirects mobile sites to their desktop versions.".

Download Redirect Mobile to Desktop Extension CRX File

Download Redirect Mobile to Desktop 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

                                            

Extension Basic Information

Name Redirect Mobile to Desktop Redirect Mobile to Desktop
ID ibmchjfmdoplfbgpecjnhpegajihdini
Official URL https://chromewebstore.google.com/detail/redirect-mobile-to-deskto/ibmchjfmdoplfbgpecjnhpegajihdini
Description Automatically redirects mobile sites to their desktop versions.
File Size 22.4 KB
Installation Count 118
Current Version 1.0.1
Last Updated 2016-06-21
Publish Date 2016-06-21
Rating 4.20/5 Total 5 Ratings
Developer iisisoft
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "1.0.1",
    "description": "__MSG_extension_description__",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background_page\/background_page.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "images\/iconic_38.png"
        }
    },
    "homepage_url": "http:\/\/mobile2desktop.com\/",
    "icons": {
        "128": "images\/iconic_128.png"
    },
    "default_locale": "en"
}