{"id":14984358,"url":"https://github.com/sryze/crx-dl","last_synced_at":"2025-03-15T22:07:03.191Z","repository":{"id":83572685,"uuid":"376103050","full_name":"sryze/crx-dl","owner":"sryze","description":"Chrome extension (CRX) downloader","archived":false,"fork":false,"pushed_at":"2025-01-25T18:25:49.000Z","size":21,"stargazers_count":76,"open_issues_count":0,"forks_count":19,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T00:14:39.641Z","etag":null,"topics":["crx","extensions","google-chrome"],"latest_commit_sha":null,"homepage":"https://sryze.github.io/crx-dl/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sryze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-11T17:52:38.000Z","updated_at":"2025-03-05T20:14:30.000Z","dependencies_parsed_at":"2025-02-18T00:30:54.238Z","dependency_job_id":"cc1ece39-02f1-42cf-bb25-43cc5b15b94f","html_url":"https://github.com/sryze/crx-dl","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":0.06666666666666665,"last_synced_commit":"e429d298d314248b71d222081443a5df0f810513"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sryze%2Fcrx-dl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sryze%2Fcrx-dl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sryze%2Fcrx-dl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sryze%2Fcrx-dl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sryze","download_url":"https://codeload.github.com/sryze/crx-dl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243796720,"owners_count":20349263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crx","extensions","google-chrome"],"created_at":"2024-09-24T14:08:55.113Z","updated_at":"2025-03-15T22:07:03.170Z","avatar_url":"https://github.com/sryze.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"crx-dl\n======\n\nThis is just a simple script to automate the downloading of Google Chrome extensions (.CRX files)\nfrom the Chrome Web Store.\n\nUsage\n-----\n\n```\ncrx-dl.py [-h] [-q] [-o OUTPUT_FILE] id_or_url\n\npositional arguments:\n  id_or_url             ID or full URL of the extension in Chrome Web Store\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -q, --quiet           suppress all messages\n  -o OUTPUT_FILE, --output-file OUTPUT_FILE\n                        where to save the .CRX file\n```\n\nFor example:\n\n```\npython crx-dl.py \\\n    https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb \\\n    -o translate.crx\n```\n\nThe above command will download the Google Translate extension to a file named `translate.crx` in the current working directory.\n\nTo extract the contents of the CRX file, you can use `unzip` on Unix-like systems:\n\n```\nunzip translate.crx -d translate\n```\n\nor just open it as a ZIP file in your favorite archive manager program.\n\nVia Browser\n-----------\n\nThere is also a web version of this script available [here](https://sryze.github.io/crx-dl/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsryze%2Fcrx-dl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsryze%2Fcrx-dl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsryze%2Fcrx-dl/lists"}