WebCRX

Easily and safely install local CRX files in Chrome

Qu'est-ce que WebCRX ?

WebCRX est une extension Chrome développée par https://webcrx.io, et sa fonction principale est "Easily and safely install local CRX files in Chrome".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WebCRX

Téléchargez les fichiers d'extension WebCRX 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

                        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.                    

Informations de Base sur l'Extension

Nom WebCRX WebCRX
ID ddgilliopjknmglnpkegbjpoilgachlm
URL Officiel https://chromewebstore.google.com/detail/webcrx/ddgilliopjknmglnpkegbjpoilgachlm
Description Easily and safely install local CRX files in Chrome
Taille du Fichier 159 KB
Nombre d'Installations 505,133
Version Actuelle 1.0.2
Dernière Mise à Jour 2021-12-13
Date de Publication 2021-05-20
Évaluation 4.88/5 Total 2827 Évaluations
Développeur https://webcrx.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://webcrx.io
URL de la Page d'Aide https://webcrx.io/contact-us
URL de la Page de Politique de Confidentialité https://webcrx.io/privacy-policy
Langues Prises en Charge 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\/*"
        ]
    }
}