Mobile Design for Social Network Sites
Modify mobile version of facebook design while using it on your desktop.
O que é Mobile Design for Social Network Sites?
Mobile Design for Social Network Sites é uma extensão do Chrome desenvolvida por rence, e sua principal característica é "Modify mobile version of facebook design while using it on your desktop.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mobile Design for Social Network Sites
Baixe arquivos de extensão Mobile Design for Social Network Sites no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Mobile Design for Social Network Sites |
ID | gjnloaoeidlhlbfkecgejmgkpgpckbnb |
URL Oficial | https://chromewebstore.google.com/detail/mobile-design-for-social/gjnloaoeidlhlbfkecgejmgkpgpckbnb |
Descrição | Modify mobile version of facebook design while using it on your desktop. |
Tamanho do Arquivo | 5.98 KB |
Contagem de Instalações | 31 |
Versão Atual | 1.2 |
Última Atualização | 2022-09-06 |
Data de Publicação | 2022-05-22 |
Desenvolvedor | rence |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://buymeacoffee.com/renceee |
Idiomas Suportados | 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" ] } ] } |