Redirect Mobile to Desktop

Automatically redirects mobile sites to their desktop versions.

Co to jest Redirect Mobile to Desktop?

Redirect Mobile to Desktop to rozszerzenie Chrome opracowane przez iisisoft, a jego główną funkcją jest „Automatically redirects mobile sites to their desktop versions.”.

Pobierz plik CRX rozszerzenia Redirect Mobile to Desktop

Pobierz pliki rozszerzeń Redirect Mobile to Desktop w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Redirect Mobile to Desktop Redirect Mobile to Desktop
ID ibmchjfmdoplfbgpecjnhpegajihdini
Oficjalny URL https://chromewebstore.google.com/detail/redirect-mobile-to-deskto/ibmchjfmdoplfbgpecjnhpegajihdini
Opis Automatically redirects mobile sites to their desktop versions.
Rozmiar pliku 22.4 KB
Liczba instalacji 118
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2016-06-21
Data Publikacji 2016-06-21
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper iisisoft
Typ Płatności free
Obsługiwane Języki 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"
}