Show Saved URLs "> Show Saved URLs "> Show Saved URLs ">
<!DOCTYPE html>
<html>
   <head>
      <title>Saved YouTube URLs</title>
   </head>
   <body>
      <h1>Saved YouTube URLs</h1>
      <button id="showURLs">Show Saved URLs</button>
      <ul id="urlList"></ul>
      <script src="popup.js"></script>
   </body>
</html>