IE8 User-Agent

Alternate User-Agent to IE8

What is IE8 User-Agent?

IE8 User-Agent is a Chrome extension developed by Nikolai Kim, and its main feature is "Alternate User-Agent to IE8".

Extension Screenshots

screenshot

Download IE8 User-Agent Extension CRX File

Download IE8 User-Agent extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name IE8 User-Agent IE8 User-Agent
ID kkbhjaadbajeblffmifelmhmagjmlpne
Official URL https://chromewebstore.google.com/detail/ie8-user-agent/kkbhjaadbajeblffmifelmhmagjmlpne
Description Alternate User-Agent to IE8
File Size 6.4 KB
Installation Count 2,251
Current Version 0.1.6
Last Updated 2016-12-02
Publish Date 2016-12-02
Rating 5.00/5 Total 5 Ratings
Developer Nikolai Kim
Email [email protected]
Payment Type free
Supported Languages 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",
        "*:\/\/*\/"
    ]
}