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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *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"
}