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
官方網址 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
電子郵箱 [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"
}