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.”。
扩展截图
下载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 |
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" ] } ] } |