WebCRX

Easily and safely install local CRX files in Chrome

Wat is WebCRX?

WebCRX is een Chrome-extensie ontwikkeld door https://webcrx.io, en de belangrijkste functie is "Easily and safely install local CRX files in Chrome".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WebCRX

Download WebCRX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WebCRX WebCRX
ID ddgilliopjknmglnpkegbjpoilgachlm
Officiële URL https://chromewebstore.google.com/detail/webcrx/ddgilliopjknmglnpkegbjpoilgachlm
Beschrijving Easily and safely install local CRX files in Chrome
Bestandsgrootte 159 KB
Aantal Installaties 505,133
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-12-13
Publicatiedatum 2021-05-20
Beoordeling 4.88/5 Totaal 2827 Beoordelingen
Ontwikkelaar https://webcrx.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://webcrx.io
Help Pagina-URL https://webcrx.io/contact-us
URL van de Privacybeleid Pagina https://webcrx.io/privacy-policy
Ondersteunde Talen 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\/*"
        ]
    }
}