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\/*"
    ]
}