-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
74 lines (67 loc) · 2.54 KB
/
privacy-policy.html
File metadata and controls
74 lines (67 loc) · 2.54 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Privacy Policy - GitHub Code Counter</title>
<link rel="stylesheet" href="privacy.css" />
</head>
<body>
<img src="./icons/48.PNG" alt="GitHub Code Counter Logo" class="logo" />
<h1>Privacy Policy for GitHub Code Counter</h1>
<p>Last Updated: 9th April, 2025</p>
<p>
GitHub Code Counter is a browser extension that counts lines of code in
GitHub repositories. This privacy policy explains what information we
collect and how we use it.
</p>
<h2>Information Collection</h2>
<p>Our extension collects the following information:</p>
<ul>
<li>
<strong>GitHub Personal Access Token (optional):</strong> If provided by
you, we store this token locally on your device to authenticate API
requests to GitHub. This helps avoid rate limiting and enables access to
your private repositories. The token is automatically deleted after one
hour.
</li>
<li>
<strong>Cached Repository Data:</strong> The extension temporarily
stores repository data in your browser's local storage to improve
performance and reduce API calls to GitHub. This cache is automatically
cleared after one hour.
</li>
<li>
<strong>File Extension Exclusion Preferences:</strong> Your preferences
for excluding certain file types from code counting are stored locally.
</li>
</ul>
<h2>Data Storage</h2>
<p>
All data is stored locally on your device using Chrome's storage API. They
are stored only on the current chrome window you are using, and not across
multiple windows of your browser. No data is sent to our servers or any
third parties other than GitHub's API.
</p>
<h2>GitHub API Usage</h2>
<p>
This extension makes requests to the GitHub API to retrieve repository
data. These requests are subject to GitHub's own
<a
href="https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"
target="_blank"
>Privacy Statement</a
>.
</p>
<h2>Data Retention</h2>
<p>
Cached repository data and the Github personal token, is automatically
cleared after one hour. Your extension preferences remain stored until you
explicitly remove them or uninstall the extension.
</p>
<h2>Contact</h2>
<p>
If you have any questions about this privacy policy, please contact
chowdeveloper07@gmail.com.
</p>
</body>
</html>