Chrome Extension Downloader (.crx file)

Download Chrome Extension Files directly as .crx or .zip file depending upon your choice

Chrome Extension Downloader (.crx file)란 무엇입니까?

Chrome Extension Downloader (.crx file)은(는) https://chrome-extension-download.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Chrome Extension Files directly as .crx or .zip file depending upon your choice"입니다.

확장 프로그램 스크린샷

screenshot

Chrome Extension Downloader (.crx file) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        (1)Download Chrome Extension files directly as .crx or .zip file depending upon your choice.
(2)Extract and view the source code of Chrome Extension files online.

This extension doesn't contain any tracking source code or  ad code. you can also check by downloading the extension using this same extension to check whether any tracking or ad code is injected.

You could either download the extension from google chrome extension web store as zip file or .crx file depending upon your needs.

No need to depend or copy paste the Chrome extension url to another website to download as .crx or zip file.                    

확장 프로그램 기본 정보

이름 Chrome Extension Downloader (.crx file) Chrome Extension Downloader (.crx file)
ID jkalanhajncaabamcheonncknfabbiaf
공식 URL https://chromewebstore.google.com/detail/chrome-extension-download/jkalanhajncaabamcheonncknfabbiaf
설명 Download Chrome Extension Files directly as .crx or .zip file depending upon your choice
파일 크기 10.13 KB
설치 횟수 371
현재 버전 1.0.1
최근 업데이트 2023-08-08
출시 날짜 2023-07-19
평점 1.00/5 총 2 개의 평점
개발자 https://chrome-extension-download.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Extension Downloader (.crx file)",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Download Chrome Extension Files directly as .crx or .zip file depending upon your choice",
    "host_permissions": [
        "*:\/\/clients2.google.com\/service\/update2\/crx*",
        "*:\/\/clients2.googleusercontent.com\/crx\/download\/*"
    ],
    "permissions": [
        "downloads",
        "tabs",
        "background",
        "declarativeContent"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": {
            "19": "16.png",
            "38": "48.png"
        },
        "default_title": "Inspect contents of the current browser extension",
        "default_popup": "popup.html"
    }
}