-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
81 lines (61 loc) · 1.72 KB
/
privacy.html
File metadata and controls
81 lines (61 loc) · 1.72 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FrameGrabber</title>
<link rel="stylesheet" href="https://unpkg.com/@knadh/oat/oat.min.css">
<script src="https://unpkg.com/@knadh/oat/oat.min.js" defer></script>
</head>
<body data-theme="dark">
<main class="wrap">
<div class="container ">
<div class="row">
<div class="col-5 offset-3">
<h1>FrameGrabber respects your privacy.</h1>
<p>
This app does not collect, store, transmit, or log any personal data.
</p>
<h1>Data Collection</h1>
<ul>
<li>
No personal information is collected
</li><li>
No usage data is tracked
</li><li>
No analytics are used
</li><li>
No crash reporting services are used
</li><li>
No cookies or similar technologies are used
</li></ul>
<h1>Local Processing</h1>
<p>All video scrubbing and frame capture is performed entirely on your device.
</p>
<p>
Videos and exported images remain under your control and are never accessed by us.
</p>
<h1>Network Access</h1>
<p>
FrameGrabber does not communicate with external servers and does not send any data over the internet.
</p>
<h1>Third-Party Services</h1>
<p>
The app does not use third-party SDKs, trackers, or embedded services that collect data.</p>
<h1>Children’s Privacy</h1>
<p>
FrameGrabber does not collect data from anyone, including children under the age of 13.
</p>
<h1>Changes</h1>
<p>
If this privacy policy changes in the future, it will be updated alongside the app release.</p>
<h1>Contact</h1>
<p>
If you have questions about this Privacy Policy, you can contact the developer via the App Store listing.</p>
<p>
</p>
</div></div>
</div>
</main>
</body>
</html>