docs(store): rename listing/privacy to agent-browser-stealth

This commit is contained in:
leeguooooo
2026-06-10 11:57:25 +09:00
parent 1a4c440d9e
commit d95d32831e
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy — agent-browser connect</title>
<title>Privacy Policy — agent-browser-stealth</title>
<style>
:root{
--fg:#1a1a1a; --muted:#5c5c5c; --accent:#2563eb; --border:#e2e2e2; --bg:#fff; --code:#f5f5f5;
@@ -26,7 +26,7 @@
</head>
<body>
<header>
<h1>Privacy Policy — agent-browser connect</h1>
<h1>Privacy Policy — agent-browser-stealth</h1>
<div class="sub">Chrome extension (id <code>ciiljdlhdpfckdcfkphgmfalanpdejep</code>) · Last updated 2026-06-09</div>
</header>
@@ -36,7 +36,7 @@ user's own <code>agent-browser</code> command-line tool, running on the same com
user's logged-in Chrome.</p>
<h2>What the extension does</h2>
<p>agent-browser connect pairs Chrome with the locally-installed <code>agent-browser</code> CLI over
<p>agent-browser-stealth pairs Chrome with the locally-installed <code>agent-browser</code> CLI over
Chrome <em>native messaging</em> (a local inter-process channel; no network socket, no token). When
the user issues an automation command in the CLI, the extension relays Chrome DevTools Protocol
operations to the tab the user targets. Everything happens on the user's machine, initiated by the
@@ -71,7 +71,7 @@ extension talks only to a program the user installed on the same computer.</p>
<p>Source code, issues, and contact: <code>https://github.com/leeguooooo/agent-browser-stealth</code></p>
<footer>
agent-browser connect is open source (Apache-2.0). This policy applies to the extension only.
agent-browser-stealth is open source (Apache-2.0). This policy applies to the extension only.
</footer>
</body>
</html>