Windows Remix ClickOnce Helper

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

O que é Windows Remix ClickOnce Helper?

Windows Remix ClickOnce Helper é uma extensão do Chrome desenvolvida por https://windowsremix.com, e sua principal característica é "Enable ClickOnce support in Chrome™ and Firefox™ for Microsoft® Windows™.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Windows Remix ClickOnce Helper

Baixe arquivos de extensão Windows Remix ClickOnce Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Windows Remix ClickOnce Helper Windows Remix ClickOnce Helper
ID dgpgholdldjjbcmpeckiephjigdpikan
URL Oficial https://chromewebstore.google.com/detail/windows-remix-clickonce-h/dgpgholdldjjbcmpeckiephjigdpikan
Descrição Enable ClickOnce support in Chrome™ and Firefox™ for Microsoft® Windows™.
Tamanho do Arquivo 147 KB
Contagem de Instalações 347,642
Versão Atual 1.5.2
Última Atualização 2020-06-28
Data de Publicação 2020-06-27
Classificação 4.33/5 Total de 52 Avaliações
Desenvolvedor https://windowsremix.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.windowsremix.com
URL da Página de Ajuda https://www.windowsremix.com/helper
URL da Página de Política de Privacidade https://www.windowsremix.com/helper
Idiomas Suportados 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"
}