WebCRX

Easily and safely install local CRX files in Chrome

O que é WebCRX?

WebCRX é uma extensão do Chrome desenvolvida por https://webcrx.io, e sua principal característica é "Easily and safely install local CRX files in Chrome".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WebCRX

Baixe arquivos de extensão WebCRX 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

                        Webcrx is an awesome utility that allows you to install and test local CRX files in Chrome with permissions management.

Privacy Policy
The extension does not track or transfer any of your data.
Any usage of extension is not tracked.
The extension does not track any websites you visit or search.
No data is transferred to any third party.
All data is stored within your browser and stays within your browser.                    

Informações Básicas da Extensão

Nome WebCRX WebCRX
ID ddgilliopjknmglnpkegbjpoilgachlm
URL Oficial https://chromewebstore.google.com/detail/webcrx/ddgilliopjknmglnpkegbjpoilgachlm
Descrição Easily and safely install local CRX files in Chrome
Tamanho do Arquivo 159 KB
Contagem de Instalações 505,133
Versão Atual 1.0.2
Última Atualização 2021-12-13
Data de Publicação 2021-05-20
Classificação 4.88/5 Total de 2827 Avaliações
Desenvolvedor https://webcrx.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://webcrx.io
URL da Página de Ajuda https://webcrx.io/contact-us
URL da Página de Política de Privacidade https://webcrx.io/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.2",
    "name": "WebCRX",
    "description": "Easily and safely install local CRX files in Chrome",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "homepage_url": "https:\/\/webcrx.io",
    "browser_action": {
        "default_icon": "img\/128.png"
    },
    "author": "WebCRX",
    "background": {
        "scripts": [
            "script\/background.js"
        ]
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms"
    ],
    "optional_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/webcrx.io\/*"
        ]
    }
}