Mobile Out

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

O que é Mobile Out?

Mobile Out é uma extensão do Chrome desenvolvida por PYChen, e sua principal característica é "This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Mobile Out

Baixe arquivos de extensão Mobile Out no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Mobile Out Mobile Out
ID bkkdoiniapcdhemcegdakipincebeijj
URL Oficial https://chrome.google.com/webstore/detail/mobile-out/bkkdoiniapcdhemcegdakipincebeijj
Descrição This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.
Tamanho do Arquivo 28.85 KB
Contagem de Instalações 439
Versão Atual 2.1.2
Última Atualização 2018-12-28
Data de Publicação 2018-12-28
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor PYChen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}