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
公式URL 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
Eメール [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\/*"
    ]
}