IE8 User-Agent

Alternate User-Agent to IE8

Co to jest IE8 User-Agent?

IE8 User-Agent to rozszerzenie Chrome opracowane przez Nikolai Kim, a jego główną funkcją jest „Alternate User-Agent to IE8”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia IE8 User-Agent

Pobierz pliki rozszerzeń IE8 User-Agent 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

                        Simple extension that allows alternating user-agent string to Interent Explorer 8 for specific sites.                    

Podstawowe informacje o rozszerzeniu

Nazwa IE8 User-Agent IE8 User-Agent
ID kkbhjaadbajeblffmifelmhmagjmlpne
Oficjalny URL https://chromewebstore.google.com/detail/ie8-user-agent/kkbhjaadbajeblffmifelmhmagjmlpne
Opis Alternate User-Agent to IE8
Rozmiar pliku 6.4 KB
Liczba instalacji 2,251
Aktualna Wersja 0.1.6
Ostatnia Aktualizacja 2016-12-02
Data Publikacji 2016-12-02
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Nikolai Kim
E-mail [email protected]
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": "IE8 User-Agent",
    "version": "0.1.6",
    "description": "Alternate User-Agent to IE8",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        },
        "default_title": "IE8 User-Agent"
    },
    "author": "Nikolay Kim",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/"
    ]
}