Skip to content

alexenferman/MStoreLinkGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published