Mobile Out

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

什麼是Mobile Out?

Mobile Out是由PYChen開發的Chrome擴展程式,該擴展的主要功能是“This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.”。

擴展截圖

screenshot
screenshot

下載Mobile Out擴展crx文件

下載Mobile Out擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Mobile Out Mobile Out
ID bkkdoiniapcdhemcegdakipincebeijj
官方網址 https://chrome.google.com/webstore/detail/mobile-out/bkkdoiniapcdhemcegdakipincebeijj
簡介 This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.
檔案大小 28.85 KB
安裝次數 439
目前版本 2.1.2
更新時間 2018-12-28
上架時間 2018-12-28
評分 3.67/5 共 3 次評分
開發者 PYChen
電子郵箱 [email protected]
付費類型 free
支援的語言 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\/*"
    ]
}