Skip to content

Commit

Permalink
feat: add chromewebstore Privacy Policy
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Apr 22, 2024
1 parent 3b07d88 commit 2735d6e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions public/privacy/chromewebstore.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
</head>

<body>
<h1>Privacy Policy</h1>
<p>Welcome to Gopeed extension! Before using our extension, please read the following privacy policy.</p>

<h2>Information We Collect</h2>
<p>Our extension collects your Cookies when detecting new download tasks. These Cookies are used for
downloading tasks when invoking an external downloader.</p>

<h2>Use of Information</h2>
<p>We only use the collected Cookies for downloading tasks and solely for local transmission. We do not
transmit this information to any external servers.</p>

<h2>Protection of Information</h2>
<p>We have implemented appropriate security measures to protect your Cookies from unauthorized access, use,
or disclosure.</p>

<p>Please note that our privacy policy may be updated from time to time. Therefore, please check this page
periodically for any changes.</p>
</body>

</html>

0 comments on commit 2735d6e

Please sign in to comment.