Skip to content

Instantly share code, notes, and snippets.

View liyang85's full-sized avatar

Yang Li liyang85

View GitHub Profile
@liyang85
liyang85 / ChromeAppDownloader.py
Last active August 12, 2020 05:45 — forked from arulrajnet/ChromeAppDownloader.py
Python 2 script to download the Chrome Extensions (CRX) file directly from the google chrome web store.
#! /usr/bin/env python2
# -*- coding: utf-8 -*-
"""
Python Script to download the Chrome Extensions (CRX) file directly from the Google Chrome Web Store.
Referred from http://chrome-extension-downloader.com/how-does-it-work.php
"""
from __future__ import division
import argparse