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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mobile Out एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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