Skip to content

Instantly share code, notes, and snippets.

View weiwosuoai's full-sized avatar
🎯
Focusing

犬小哈教程 www.quanxiaoha.com weiwosuoai

🎯
Focusing
View GitHub Profile
@arulrajnet
arulrajnet / ChromeAppDownloader.py
Last active February 13, 2025 03:23
Python Script to download the Chrome Extensions (CRX) file directly from the google chrome web store.
# -*- 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
import requests