CodeWeavers User-Agent Helper

Easily download installers for Windows applications.

What is CodeWeavers User-Agent Helper?

CodeWeavers User-Agent Helper is a Chrome extension developed by https://www.codeweavers.com, and its main feature is "Easily download installers for Windows applications.".

Extension Screenshots

screenshot

Download CodeWeavers User-Agent Helper Extension CRX File

Download CodeWeavers User-Agent Helper 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

                        The CodeWeavers User-Agent Helper customizes the user-agent sent to select URLs, allowing you to easily download installers for Windows applications on Mac, Linux, or Chrome OS. 

The extension currently supports downloads for Microsoft Office products.                    

Extension Basic Information

Name CodeWeavers User-Agent Helper CodeWeavers User-Agent Helper
ID cdpcjlkngbjmobjppajnbknpegdbnpbc
Official URL https://chromewebstore.google.com/detail/codeweavers-user-agent-he/cdpcjlkngbjmobjppajnbknpegdbnpbc
Description Easily download installers for Windows applications.
File Size 11.82 KB
Installation Count 2,412
Current Version 3
Last Updated 2018-08-10
Publish Date 2018-08-10
Rating 2.14/5 Total 7 Ratings
Developer https://www.codeweavers.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CodeWeavers User-Agent Helper",
    "description": "Easily download installers for Windows applications.",
    "version": "3",
    "content_scripts": [
        {
            "js": [
                "installpage.js"
            ],
            "matches": [
                "http:\/\/*.codeweavers.com\/*CodeWeaversUserAgent.*",
                "https:\/\/*.codeweavers.com\/*CodeWeaversUserAgent.*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.office.com\/*",
        "*:\/\/*.microsoft.com\/*"
    ]
}