Windows Remix ClickOnce Helper

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

Qu'est-ce que Windows Remix ClickOnce Helper ?

Windows Remix ClickOnce Helper est une extension Chrome développée par https://windowsremix.com, et sa fonction principale est "Enable ClickOnce support in Chrome™ and Firefox™ for Microsoft® Windows™.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Windows Remix ClickOnce Helper

Téléchargez les fichiers d'extension Windows Remix ClickOnce Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Windows Remix ClickOnce Helper Windows Remix ClickOnce Helper
ID dgpgholdldjjbcmpeckiephjigdpikan
URL Officiel https://chromewebstore.google.com/detail/windows-remix-clickonce-h/dgpgholdldjjbcmpeckiephjigdpikan
Description Enable ClickOnce support in Chrome™ and Firefox™ for Microsoft® Windows™.
Taille du Fichier 147 KB
Nombre d'Installations 347,642
Version Actuelle 1.5.2
Dernière Mise à Jour 2020-06-28
Date de Publication 2020-06-27
Évaluation 4.33/5 Total 52 Évaluations
Développeur https://windowsremix.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.windowsremix.com
URL de la Page d'Aide https://www.windowsremix.com/helper
URL de la Page de Politique de Confidentialité https://www.windowsremix.com/helper
Langues Prises en Charge 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"
}