Mobile Out

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

Mobile Out là gì?

Mobile Out là một tiện ích mở rộng Chrome được phát triển bởi PYChen, và tính năng chính của nó là "This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mobile Out

Tải xuống các tệp mở rộng Mobile Out dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mobile Out Mobile Out
ID bkkdoiniapcdhemcegdakipincebeijj
URL Chính Thức https://chrome.google.com/webstore/detail/mobile-out/bkkdoiniapcdhemcegdakipincebeijj
Mô tả This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.
Kích Thước Tệp 28.85 KB
Số Lần Cài Đặt 439
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2018-12-28
Ngày Phát Hành 2018-12-28
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển PYChen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}