CRX Extractor/Downloader
Download CRX Files directly as crx or zip file depending upon your choice
CRX Extractor/Downloaderคืออะไร?
CRX Extractor/Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thebyteseffect.com และคุณลักษณะหลักของมันคือ "Download CRX Files directly as crx or zip file depending upon your choice"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CRX Extractor/Downloader
ดาวน์โหลดไฟล์ส่วนขยาย CRX Extractor/Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |