{"id":30264972,"url":"https://github.com/mjmirza/Download-VSIX-From-Visual-Studio-Market-Place","last_synced_at":"2025-08-15T22:09:14.723Z","repository":{"id":252811230,"uuid":"841534181","full_name":"mjmirza/Download-VSIX-From-Visual-Studio-Market-Place","owner":"mjmirza","description":"This script allows you to download VS Code extensions as VSIX files directly from the Visual Studio Marketplace.","archived":false,"fork":false,"pushed_at":"2025-03-21T19:29:58.000Z","size":32,"stargazers_count":260,"open_issues_count":3,"forks_count":24,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-04T07:51:33.879Z","etag":null,"topics":["visualstudiocode","vsix"],"latest_commit_sha":null,"homepage":"https://mjmirza.github.io/Download-VSIX-From-Visual-Studio-Market-Place/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjmirza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-12T15:42:41.000Z","updated_at":"2025-07-31T18:03:47.000Z","dependencies_parsed_at":"2024-08-12T18:16:42.049Z","dependency_job_id":"a096a43e-ca9f-4dc0-ace4-413104963d75","html_url":"https://github.com/mjmirza/Download-VSIX-From-Visual-Studio-Market-Place","commit_stats":null,"previous_names":["mjmirza/download-vsix-from-visual-studio-market-place"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mjmirza/Download-VSIX-From-Visual-Studio-Market-Place","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjmirza%2FDownload-VSIX-From-Visual-Studio-Market-Place","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjmirza%2FDownload-VSIX-From-Visual-Studio-Market-Place/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjmirza%2FDownload-VSIX-From-Visual-Studio-Market-Place/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjmirza%2FDownload-VSIX-From-Visual-Studio-Market-Place/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjmirza","download_url":"https://codeload.github.com/mjmirza/Download-VSIX-From-Visual-Studio-Market-Place/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjmirza%2FDownload-VSIX-From-Visual-Studio-Market-Place/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270636977,"owners_count":24620424,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["visualstudiocode","vsix"],"created_at":"2025-08-15T22:03:07.593Z","updated_at":"2025-08-15T22:09:14.710Z","avatar_url":"https://github.com/mjmirza.png","language":"HTML","funding_links":[],"categories":["others"],"sub_categories":[],"readme":"# Download VS Code Extensions as VSIX\n\nThis script allows you to download VS Code extensions as VSIX files directly from the Visual Studio Marketplace.\n\n## How to Use\n\n1. **Open the VS Code extension page on the Visual Studio Marketplace.**\n2. **Open the browser's developer console.** (Usually by pressing F12)\n3. **Paste the script into the console and press Enter.**\n4. **A \"Download VSIX\" button will appear on the page.** Click it to download the VSIX file.\n\nOr\n\n1. **Copy all content from \"downloadVSIX-V2.bookmark\"**\n2. **Create a bookmark in your browser (tested with Chrome) and paste the content as the URL.**\n3. **Open the VS Code extension page on the Visual Studio Marketplace.**\n4. **Click on the bookmark and the VSIX file will be downloaded automatically.**\n\n## Script Breakdown\n\nThe script consists of two parts:\n\n**1. First Script:**\n\n- Extracts the extension's version, publisher, and unique identifier from the page.\n- Constructs the download URL for the VSIX file.\n- Creates a download button that triggers the download process.\n- Handles progress updates and error messages during the download.\n\n**2. Second Script:**\n\n- Extracts the extension's name, publisher, and version from the page.\n- Constructs the URL for the VSIX file using a different API endpoint.\n- Opens the VSIX file in a new browser tab.\n\n## Notes\n\n- This script is designed to work with the current structure of the Visual Studio Marketplace. If the website changes, the script may need to be updated.\n- The script assumes that the element with the class \"vscode-moreinformation\" exists on the page. If it doesn't, you'll need to adjust the selector or use a different approach to find the correct parent element.\n- The second script is also assumed to be working correctly. If you encounter issues with it, you'll need to debug it separately.\n\n## Author\n\nMirza Iqbal\n\n## License\n\nThis script is released under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjmirza%2FDownload-VSIX-From-Visual-Studio-Market-Place","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjmirza%2FDownload-VSIX-From-Visual-Studio-Market-Place","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjmirza%2FDownload-VSIX-From-Visual-Studio-Market-Place/lists"}