-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathprivacy-policy.html
49 lines (49 loc) · 2.16 KB
/
privacy-policy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<style>
main {
margin: auto;
width: min(100%, 720px);
padding: 1em;
}
</style>
<title>Privacy Policy</title>
<main>
<h2>Privacy Policy</h2>
<p>
The extension will not collect any user’s personal information(personal information refers to
information that identifies a specific individual, such as the individual’s name, address, email
and phone number).
</p>
<ul>
<li>
Extension permissions: when installing or updating the extension, the browser may prompt that
it needs to read website data. This is only the necessary permission for the extension to
execute js code in the web player. The extension will not read private data such as historical
data.
</li>
<li>
Google Firebase: the extension will save user-uploaded lyrics and manually matched lyrics to
Google Firebase and share them among multiple users
</li>
<li>
Google Analytics: the extension uses Google Analytics to track use of the Browser Extension
and trends. Google Analytics collects various data including the page URL, page title, Search
Terms, IP Address, and Page Language. You can review Google's Privacy Policy
<a href="https://www.google.com/policies/privacy" rel="nofollow">here</a>. You can review
additional information about how Google Analytics uses your data
<a href="https://support.google.com/analytics/answer/6004245" rel="nofollow">here</a>, Google
provides various privacy controls to limit its collection of data, including the Google
Analytics opt-out browser add-on. More information about opting out of Google Analytics can be
found
<a href="https://support.google.com/analytics/answer/181881" rel="nofollow">here</a>
</li>
<li>
Sentry.io: the extension uses sentry to collect extended error information, including browser
information, error stack and other data, You can view sentry's privacy policy
<a href="https://sentry.io/privacy/" rel="nofollow">here</a>
</li>
</ul>
<p>
If you have any comments or questions about this privacy policy, please contact me via
<a href="mailto:594mantou@gmail.com">Email</a>.
</p>
</main>