Windows Remix ClickOnce Helper

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

Cos'è Windows Remix ClickOnce Helper?

Windows Remix ClickOnce Helper è un'estensione di Chrome sviluppata da https://windowsremix.com, e la sua funzione principale è "Enable ClickOnce support in Chrome™ and Firefox™ for Microsoft® Windows™.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Windows Remix ClickOnce Helper

Scarica i file di estensione Windows Remix ClickOnce Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Windows Remix ClickOnce Helper Windows Remix ClickOnce Helper
ID dgpgholdldjjbcmpeckiephjigdpikan
URL Ufficiale https://chromewebstore.google.com/detail/windows-remix-clickonce-h/dgpgholdldjjbcmpeckiephjigdpikan
Descrizione Enable ClickOnce support in Chrome™ and Firefox™ for Microsoft® Windows™.
Dimensione del File 147 KB
Conteggio Installazioni 347,642
Versione Corrente 1.5.2
Ultimo Aggiornamento 2020-06-28
Data di Pubblicazione 2020-06-27
Valutazione 4.33/5 Totale 52 Valutazioni
Sviluppatore https://windowsremix.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.windowsremix.com
URL della Pagina di Aiuto https://www.windowsremix.com/helper
URL della Pagina della Politica sulla Privacy https://www.windowsremix.com/helper
Lingue Supportate 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"
}