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”。
擴展截圖
下載Chrome Extension Downloader (.crx file)擴展crx文件
下載Chrome Extension Downloader (.crx file)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
(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) |
ID | jkalanhajncaabamcheonncknfabbiaf |
官方網址 | 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" } } |