Redirect Mobile to Desktop

Automatically redirects mobile sites to their desktop versions.

ما هو Redirect Mobile to Desktop؟

Redirect Mobile to Desktop هو إضافة Chrome تم تطويرها بواسطة iisisoft، والميزة الرئيسية لها هي "Automatically redirects mobile sites to their desktop versions.".

تحميل ملف CRX للإضافة Redirect Mobile to Desktop

قم بتنزيل ملفات الامتداد Redirect Mobile to Desktop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Redirect Mobile to Desktop Redirect Mobile to Desktop
ID ibmchjfmdoplfbgpecjnhpegajihdini
عنوان URL الرسمي https://chromewebstore.google.com/detail/redirect-mobile-to-deskto/ibmchjfmdoplfbgpecjnhpegajihdini
الوصف Automatically redirects mobile sites to their desktop versions.
حجم الملف 22.4 KB
عدد التثبيتات 118
النسخة الحالية 1.0.1
آخر تحديث 2016-06-21
تاريخ النشر 2016-06-21
تقييم 4.20/5 مجموع تقييمات 5
المطور iisisoft
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "1.0.1",
    "description": "__MSG_extension_description__",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background_page\/background_page.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "images\/iconic_38.png"
        }
    },
    "homepage_url": "http:\/\/mobile2desktop.com\/",
    "icons": {
        "128": "images\/iconic_128.png"
    },
    "default_locale": "en"
}