Mobile Out

This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.

What is Mobile Out?

Mobile Out is a Chrome extension developed by PYChen, and its main feature is "This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.".

Extension Screenshots

screenshot
screenshot

Download Mobile Out Extension CRX File

Download Mobile Out 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

                        Sometimes you may receive mobile version of Facebook link from your friends through IM apps, such as LINE, WhatsApp or Facebook Messenger. You open the link with your computer and hard to read that website in that old-school layout, and you can't find a good way to switch it to a desktop version. This extension is here to save your day! In just ONE CLICK, everything is done! <3

UX designer: Omega Feng
Firefox version:
https://addons.mozilla.org/zh-TW/firefox/addon/mobile-out/                    

Extension Basic Information

Name Mobile Out Mobile Out
ID bkkdoiniapcdhemcegdakipincebeijj
Official URL https://chrome.google.com/webstore/detail/mobile-out/bkkdoiniapcdhemcegdakipincebeijj
Description This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.
File Size 28.85 KB
Installation Count 439
Current Version 2.1.2
Last Updated 2018-12-28
Publish Date 2018-12-28
Rating 3.67/5 Total 3 Ratings
Developer PYChen
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.",
    "manifest_version": 2,
    "name": "Mobile Out",
    "version": "2.1.2",
    "homepage_url": "https:\/\/github.com\/mpizza",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "1024": "icons\/icon1024.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/m.facebook.com\/*"
            ],
            "js": [
                "app.js"
            ],
            "css": [
                "button.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*"
    ]
}