Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 928 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 928 Bytes

MStoreLinkGenLite

A very lite website that gets .appx links for microsoft store apps

Cannot be used to pirate apps!

How to use: https:// [MStoreLinkGenLiteURL] [?] [Url-of-an-app]

example: https://storegenerator.com?https://www.microsoft.com/en-us/p/creator/app

Visit the website project

Using the store.rg-adguard.net API

xmlhttp.open('POST', 'https://cors-anywhere.herokuapp.com/https://store.rg-adguard.net/api/GetFiles', true);
xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
xmlhttp.send("type=url&url=" + document.getElementById("url").value + "&ring=RP&lang=en-US");

Relies on

store.rg-adguard.net API: Fetches html content for a given link.
cors.bridged.cc: Used to make CORS request to the store API.
Material Design Lite [MDL]: Lightweight Material Design framework