Skip to content

Instantly share code, notes, and snippets.

View StarGate01's full-sized avatar

Christoph Honal StarGate01

View GitHub Profile
// ==UserScript==
// @name Get CRX
// @description Download CRX of extension from Chrome Web Store
// @match https://chrome.google.com/webstore/*
// @grant none
// @version 1.0
// ==/UserScript==
var getExtensionIdFromLocation = function ( location ) {