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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |