Mobile Out
This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.
Was ist Mobile Out?
Mobile Out ist eine Chrome-Erweiterung, die von PYChen entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.".
Erweiterungsscreenshots
Mobile Out-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mobile Out-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Sometimes you may receive mobile version of Facebook link from your friends through IM apps, such as LINE, WhatsApp or Facebook Messenger. You open the link with your computer and hard to read that website in that old-school layout, and you can't find a good way to switch it to a desktop version. This extension is here to save your day! In just ONE CLICK, everything is done! <3 UX designer: Omega Feng Firefox version: https://addons.mozilla.org/zh-TW/firefox/addon/mobile-out/
Grundlegende Informationen zur Erweiterung
Name | |
ID | bkkdoiniapcdhemcegdakipincebeijj |
Offizielle URL | https://chrome.google.com/webstore/detail/mobile-out/bkkdoiniapcdhemcegdakipincebeijj |
Beschreibung | This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK. |
Dateigröße | 28.85 KB |
Installationsanzahl | 439 |
Aktuelle Version | 2.1.2 |
Letztes Update | 2018-12-28 |
Veröffentlichungsdatum | 2018-12-28 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | PYChen |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.", "manifest_version": 2, "name": "Mobile Out", "version": "2.1.2", "homepage_url": "https:\/\/github.com\/mpizza", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png", "1024": "icons\/icon1024.png" }, "content_scripts": [ { "matches": [ "*:\/\/m.facebook.com\/*" ], "js": [ "app.js" ], "css": [ "button.css" ] } ], "web_accessible_resources": [ "icons\/*" ] } |