Mobile Design for Social Network Sites

Modify mobile version of facebook design while using it on your desktop.

Mobile Design for Social Network Sites क्या है?

Mobile Design for Social Network Sites rence द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Modify mobile version of facebook design while using it on your desktop."।

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

screenshot
screenshot

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

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

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

                        How to use this?
Just install the extension and done! 

Note: This extension isn't associated with Meta nor Facebook.

-Some perks using this mobile version.

1. Facebook Messenger message status
By turning off your active status in facebook + using m.facebook.com. Senders will not be informed that their messages are already *delivered* to you. So that they will think that you're offline 🙂.

2. Save data
By minimal image and less functionality, you can save up data or even browse faster if your internet is like a 🐌

3. Layout revamped
Since the m.facebook.com is for mobile and you/we are using desktop, the layout will be huge to the point that fill your screen and be annoying, and that's one of the reason why this extension exist, to fix it.                    

एक्सटेंशन की मूल जानकारी

नाम Mobile Design for Social Network Sites Mobile Design for Social Network Sites
ID gjnloaoeidlhlbfkecgejmgkpgpckbnb
आधिकारिक URL https://chromewebstore.google.com/detail/mobile-design-for-social/gjnloaoeidlhlbfkecgejmgkpgpckbnb
विवरण Modify mobile version of facebook design while using it on your desktop.
फ़ाइल का आकार 5.98 KB
स्थापना संख्या 31
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-09-06
प्रकाशन तिथि 2022-05-22
डेवलपर rence
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://buymeacoffee.com/renceee
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mobile Design for Social Network Sites",
    "version": "1.2",
    "description": "Modify mobile version of facebook design while using it on your desktop.",
    "manifest_version": 3,
    "icons": {
        "32": "\/icons\/icon-32.png",
        "48": "\/icons\/icon-64.png",
        "128": "\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.facebook.com\/*"
            ],
            "css": [
                "mobile-style.css"
            ]
        }
    ]
}