Mobile Out

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

Что такое Mobile Out?

Mobile Out - это расширение Chrome, разработанное PYChen, и его основная функция - "This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Mobile Out

Скачайте файлы расширений 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
Электронная почта [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\/*"
    ]
}