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
电子邮箱 [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"
}