alexenferman / MStoreLinkGen

GNU General Public License v3.0
5 stars 0 forks source link

AEM Store Link Generator

A clean UI driven website that gets .appx links for microsoft store apps
Cannot be used to pirate apps!

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