Mobile Out
This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.
ما هو Mobile Out؟
Mobile Out هو إضافة Chrome تم تطويرها بواسطة PYChen، والميزة الرئيسية لها هي "This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mobile Out
قم بتنزيل ملفات الامتداد Mobile Out بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/
معلومات أساسية عن التمديد
الاسم | |
ID | bkkdoiniapcdhemcegdakipincebeijj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mobile-out/bkkdoiniapcdhemcegdakipincebeijj |
الوصف | This extension helps you to redirect mobile version of Facebook page to desktop version in just ONE CLICK. |
حجم الملف | 28.85 KB |
عدد التثبيتات | 439 |
النسخة الحالية | 2.1.2 |
آخر تحديث | 2018-12-28 |
تاريخ النشر | 2018-12-28 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | PYChen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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\/*" ] } |