WebCRX

Easily and safely install local CRX files in Chrome

Cos'è WebCRX?

WebCRX è un'estensione di Chrome sviluppata da https://webcrx.io, e la sua funzione principale è "Easily and safely install local CRX files in Chrome".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebCRX

Scarica i file di estensione WebCRX 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

                        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.                    

Informazioni di Base sull'Estensione

Nome WebCRX WebCRX
ID ddgilliopjknmglnpkegbjpoilgachlm
URL Ufficiale https://chromewebstore.google.com/detail/webcrx/ddgilliopjknmglnpkegbjpoilgachlm
Descrizione Easily and safely install local CRX files in Chrome
Dimensione del File 159 KB
Conteggio Installazioni 505,133
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-12-13
Data di Pubblicazione 2021-05-20
Valutazione 4.88/5 Totale 2827 Valutazioni
Sviluppatore https://webcrx.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://webcrx.io
URL della Pagina di Aiuto https://webcrx.io/contact-us
URL della Pagina della Politica sulla Privacy https://webcrx.io/privacy-policy
Lingue Supportate 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\/*"
        ]
    }
}