Skip to content

Instantly share code, notes, and snippets.

View ckuethe's full-sized avatar

Chris Kuethe ckuethe

View GitHub Profile
@ckuethe
ckuethe / ChromeAppDownloader.py
Last active March 18, 2024 07:23 — forked from arulrajnet/ChromeAppDownloader.py
Python Script to download the Chrome Extensions (CRX) file directly from the google chrome web store.
#!/usr/bin/env python
# -*- coding: utf-8 -*-
raise RuntimeError("Totally unmaintained, probably broken, but I have a hard time deleting anything")
"""
Python Script to download the Chrome Extensions (CRX) file directly from the google chrome web store.
Referred from chrome-extension-downloader dot com slash how-does-it-work dot php
"""