first commit

This commit is contained in:
2021-06-15 13:38:01 +02:00
commit 8c05550242
21 changed files with 338 additions and 0 deletions

9
chrome/popup.html Normal file
View File

@ -0,0 +1,9 @@
<html>
<head>
<script src="script.js"></script>
<title>Proxy Stream</title>
</head>
<body>
<button>Proxy Stream</button>
</body>
</html>