CRX Extractor/Downloader
Download CRX Files directly as crx or zip file depending upon your choice
CRX Extractor/Downloader란 무엇입니까?
CRX Extractor/Downloader은(는) https://thebyteseffect.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download CRX Files directly as crx or zip file depending upon your choice"입니다.
확장 프로그램 스크린샷
CRX Extractor/Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download Chrome extension crx files from google chrome extension store using this extension. ## The source code of the extension is available here https://github.com/tonystark93/crx-download ## 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 webstore 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. CRX to ZIP conversion helps users to convert from crx to zip file formats
확장 프로그램 기본 정보
이름 | CRX Extractor/Downloader |
ID | ajkhmmldknmfjnmeedkbkkojgobmljda |
공식 URL | https://chromewebstore.google.com/detail/crx-extractordownloader/ajkhmmldknmfjnmeedkbkkojgobmljda |
설명 | Download CRX Files directly as crx or zip file depending upon your choice |
파일 크기 | 17.74 KB |
설치 횟수 | 81,081 |
현재 버전 | 1.5.7 |
최근 업데이트 | 2023-10-05 |
출시 날짜 | 2019-04-26 |
평점 | 4.35/5 총 423 개의 평점 |
개발자 | https://thebyteseffect.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CRX Extractor\/Downloader", "version": "1.5.7", "manifest_version": 2, "description": "Download CRX Files directly as crx or zip file depending upon your choice", "permissions": [ "downloads", "contextMenus", "activeTab", "*:\/\/clients2.google.com\/service\/update2\/crx*", "*:\/\/clients2.googleusercontent.com\/crx\/download\/*", "downloads" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "128.png", "default_popup": "popup.html" } } |