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開發的Chrome擴展程式,該擴展的主要功能是“Modify mobile version of facebook design while using it on your desktop.”。

擴展截圖

screenshot
screenshot

下載Mobile Design for Social Network Sites擴展crx文件

下載Mobile Design for Social Network Sites擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}