<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ExtensionInstallAllowlist Opener</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 20px;
line-height: 1.6;
}
textarea {
width: 100%;
height: 150px;
margin-bottom: 10px;
border-radius: 5px;
resize: none;
}
button {
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
}
error {
</head>
<body>
<h1><code style="color:#8c19ff;">ExtensionInstallAllowlist</code> Opener</h1>
<p>Type in <a href="chrome://policy" target="_blank" class="link-text">chrome://policy</a> in the URL bar.<br> Then search <code style="color:#8c19ff">ExtensionInstallAllowlist</code>, and then click <code style="color:#6bbaff">Show More</code>. Copy everything and paste it in here.</p>
<textarea id="jsonInput"></textarea>
<br>
<button onclick="generateLinks()">Generate Links</button>
<button id="openLinksBtn" onclick="openLinks()" disabled>Open All Links</button>
<div id="error"></div>
<div id="outputLog"></div>
</body>
</html>