Get CRX

Get source .crx extension file of any Chrome extension

Get CRXとは何ですか?

Get CRXはhttps://adamcarbonell.comによって開発されたChromeの拡張機能で、その主な機能は「Get source .crx extension file of any Chrome extension」です。

拡張機能のスクリーンショット

screenshot

Get CRX拡張機能のCRXファイルをダウンロード

Get CRX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        *Now working on both old and new Chrome Web Stores*

Instantly get .crx source file of any free Chrome extension via right click context menu.                    

拡張機能の基本情報

名前 Get CRX Get CRX
ID dijpllakibenlejkbajahncialkbdkjc
公式URL https://chromewebstore.google.com/detail/get-crx/dijpllakibenlejkbajahncialkbdkjc
説明 Get source .crx extension file of any Chrome extension
ファイルサイズ 9.7 KB
インストール数 29,039
現在のバージョン 1.51
最終更新日 2023-11-18
公開日 2020-03-09
評価 4.41/5 合計 80 レビュー
開発者 https://adamcarbonell.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://adamcarbonell.com/policy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "bg.js"
    },
    "description": "Get source .crx extension file of any Chrome extension",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 3,
    "name": "Get CRX",
    "permissions": [
        "contextMenus",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/chrome.google.com\/webstore\/detail\/",
        "https:\/\/chromewebstore.google.com\/detail\/"
    ],
    "version": "1.51"
}