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
官方網址 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\/*"
        ]
    }
}