Windows Remix ClickOnce Helper

Enable ClickOnce support in Chrome™ and Firefox™ for Microsoft® Windows™.

What is Windows Remix ClickOnce Helper?

Windows Remix ClickOnce Helper is a Chrome extension developed by https://windowsremix.com, and its main feature is "Enable ClickOnce support in Chrome™ and Firefox™ for Microsoft® Windows™.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Windows Remix ClickOnce Helper Extension CRX File

Download Windows Remix ClickOnce 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

                        This extension implements Native Host messaging to allow installation of ClickOnce (MIME application/x-ms-application) applications through Microsoft® .NET.

Description:

ClickOnce is a Microsoft® technology that enables the user to install and run Windows-based smart client applications by clicking a link in a web page. The core principle of ClickOnce is to ease the deployment of Windows applications. ClickOnce is a component of Microsoft® .NET Framework 2.0 and later, and is present in installations of Internet Explorer™. This extension adds that component to Chrome™, Chromium™, Firefox™ and Opera™.

Features:

 • Protocol independent
 • Case insensitive
 • Legacy compatibility
 • English

Permissions:

This extension will identify itself various ways (for legacy compatibility with certain sites), and for that it will add a couple of variables to the window object. This requires the "Read and change all your data on the websites you visit" permission.

When a ClickOnce link is clicked, Microsoft® .NET must handle the content. Google Chrome™ won't let you communicate directly with dotNET. That's why we need a middle man ("Native Messaging Host") installed with the extension to do this for you. This requires the "Communicate with cooperating native applications" permission.

Changelog:

1.5.2 (2020-06-26)
 • Remove tabs permission for new Google rules
 • Build .zip release for Google Chrome

1.5.1 (2018-10-13)
 • Add support for file:/// links

1.5.0 (2018-10-10)
 • Use Transport Layer Security on URLs

1.4.2 (2018-01-28)
1.4.1 (2018-01-28)
 • Bugfixes for Firefox™ version

1.4.0 (2018-01-27)
 • Add Firefox™ support

1.3.1 (2017-01-31)
 • Remove helper from extension

1.3.0 (2017-01-31)
 • Remove debugging symbols from helper

1.2.0 (2015-08-05)
 • Update helper to dotNET 4

1.1.0 (2015-06-14)
 • Added Google Analytics to track number of installations

1.0.0 (2015-06-13)
 • Create Native Host version because NPAPI is being phased out

0.1.2 (2015-06-11)
 • Fixed manifest for web store

0.1.0 (2014-04-01)
 • Initial NPAPI version

Terms and conditions:

By installing this extension, you agree to the Privacy Policy available at https://www.windowsremix.com/helper                    

Extension Basic Information

Name Windows Remix ClickOnce Helper Windows Remix ClickOnce Helper
ID dgpgholdldjjbcmpeckiephjigdpikan
Official URL https://chromewebstore.google.com/detail/windows-remix-clickonce-h/dgpgholdldjjbcmpeckiephjigdpikan
Description Enable ClickOnce support in Chrome™ and Firefox™ for Microsoft® Windows™.
File Size 147 KB
Installation Count 347,642
Current Version 1.5.2
Last Updated 2020-06-28
Publish Date 2020-06-27
Rating 4.33/5 Total 52 Ratings
Developer https://windowsremix.com
Email [email protected]
Payment Type free
Extension Website https://www.windowsremix.com
Help Page URL https://www.windowsremix.com/helper
Privacy Policy Page URL https://www.windowsremix.com/helper
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Windows Remix ClickOnce Helper",
    "short_name": "ClickOnce",
    "description": "Enable ClickOnce support in Chrome\u2122 and Firefox\u2122 for Microsoft\u00ae Windows\u2122.",
    "version": "1.5.2",
    "author": "Redsandro ",
    "homepage_url": "https:\/\/www.windowsremix.com\/helper",
    "icons": {
        "16": "icons\/app_16.png",
        "48": "icons\/app_48.png",
        "64": "icons\/app_64.png",
        "128": "icons\/app_128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging",
        "*:\/\/*\/*",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "page_action": {
        "default_icon": {
            "19": "page19.png",
            "38": "page38.png"
        },
        "default_title": "ClickOnce content detected on this page"
    },
    "web_accessible_resources": [
        "blank.png",
        "detect.js"
    ],
    "options_page": "install\/nativeclient.html",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuwvXcHrKbTbT\/HMGqR4pq9S3Kn1595Fh2zQkrtcytcu6li7YDG6THyijLFwjuOLeO5VMKi2RrjHfkSXErsULzAuv2iPXF4mKLsQBHzNYvhspCoWdq+T+ZOuqEwda921ovCZkQN9pQlq0Ycrz3EcbtfZKMUSqBIbVzq74TyjjgUCy8Qvg3Sw5FqOZQvQtlzFOWk\/AKY1OrxU2GjGrrERbunZ8s2OdR2NkhejK8t6UFeNGNoni+AJnOh1KstwFWJHovCj2rjjz9RnZBYA+HmkDAloUCkgtuDkOSGIaEoZ+sNifMnNXsESY2M91Kr1ohdjmaR3SPZcZFYoH1737NfIy3wIDAQAB"
}