WebCRX

Easily and safely install local CRX files in Chrome

什么是WebCRX?

WebCRX是由https://webcrx.io开发的Chrome扩展程序,该扩展的主要功能是“Easily and safely install local CRX files in Chrome”。

扩展截图

screenshot

下载WebCRX扩展crx文件

下载WebCRX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 WebCRX WebCRX
ID ddgilliopjknmglnpkegbjpoilgachlm
官方URL https://chromewebstore.google.com/detail/webcrx/ddgilliopjknmglnpkegbjpoilgachlm
简介 Easily and safely install local CRX files in Chrome
文件大小 159 KB
安装次数 505,133
当前版本 1.0.2
更新时间 2021-12-13
上架时间 2021-05-20
评分 4.88/5 共2827次评分
开发者 https://webcrx.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://webcrx.io
帮助页面URL https://webcrx.io/contact-us
隐私政策页面URL https://webcrx.io/privacy-policy
支持的语言 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\/*"
        ]
    }
}