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
Eメール [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\/*"
        ]
    }
}