Skip to content

Commit 796cabe

Browse files
authored
Merge pull request #15 from borismwanga/policy
privacy
2 parents f5fd5af + 3bada79 commit 796cabe

File tree

3 files changed

+68
-4
lines changed

3 files changed

+68
-4
lines changed

manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"manifest_version": 3,
33
"name": "DeShorts",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Transform YouTube Shorts to regular videos with our Chrome extension. Click the icon to convert URLs and enjoy full YouTube features",
66
"author": "Boris Mwanga",
7+
"privacy_policy": "https://github.com/borismwanga/deshorts/privacy",
78
"action": {
89
"default_popup": "popup.html",
910
"default_icon": {
@@ -34,4 +35,4 @@
3435
"32": "images/icon-48.png",
3536
"128": "images/icon-128.png"
3637
}
37-
}
38+
}

popup.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ <h2>Shorts To Regular</h2>
3030
<script src="popup.js"></script> -->
3131
<div class="links">
3232
<a id="refresh-button">refresh</a> <!-- Your new refresh button -->
33-
<a href="https://github.com/borismwanga/deshorts" class="lnk" target="_blank">help</a>
34-
<a href="https://borismwanga.site" class="lnk" target="_blank">dev</a>
33+
<a href="https://github.com/borismwanga/deshorts" class="lnk" target="_blank">help</a>
34+
<a href="https://github.com/borismwanga/deshorts/blob/master/privacy" class="lnk" target="_blank">privacy</a>
35+
<a href="https://borismwanga.com" class="lnk" target="_blank">by boris</a>
36+
3537
</div>
3638

3739
<script src="popup.js"></script>

privacy.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Privacy Policy for DeShorts Chrome Extension
2+
3+
Last Updated: [Current Date]
4+
5+
## 1. Introduction
6+
This Privacy Policy explains how DeShorts ("the extension") collects, uses, and protects your information when you use our Chrome extension.
7+
8+
## 2. Information We Collect
9+
10+
### 2.1 User Preferences
11+
- Extension toggle state (on/off)
12+
- Color toggle preferences
13+
These preferences are stored locally on your device using Chrome's storage API.
14+
15+
### 2.2 Browser Data
16+
- URL information of YouTube pages you visit (specifically to detect and convert Shorts URLs)
17+
- Active tab information (only when using the extension)
18+
19+
## 3. How We Use Your Information
20+
21+
### 3.1 URL Processing
22+
- We process YouTube URLs solely to convert Shorts URLs to regular video URLs
23+
- This processing happens locally within your browser
24+
- No URL information is transmitted to external servers
25+
26+
### 3.2 Storage
27+
- All data is stored locally on your device using Chrome's storage API
28+
- No data is transmitted to external servers
29+
- No personal information is collected or stored
30+
31+
## 4. Data Security
32+
- All extension operations occur locally within your browser
33+
- We do not collect, transmit, or store any data on external servers
34+
- Your preferences are stored securely using Chrome's built-in storage API
35+
36+
## 5. User Rights
37+
You have the right to:
38+
- Toggle the extension on/off at any time
39+
- Clear your local extension data through Chrome's extension management
40+
- Uninstall the extension at any time, which will remove all stored preferences
41+
42+
## 6. Changes to Privacy Policy
43+
We reserve the right to update this privacy policy. Any changes will be reflected in the "Last Updated" date.
44+
45+
## 7. Contact Information
46+
For any questions about this privacy policy or our privacy practices, please contact:
47+
- Developer: Boris Mwanga
48+
- Website: https://borismwanga.com
49+
- Email: borismwanga@gmail.com
50+
- GitHub: https://github.com/borismwanga/deshorts
51+
52+
## 8. Third-Party Services
53+
This extension interacts only with YouTube's public interface and does not integrate with any third-party services.
54+
55+
## 9. Children's Privacy
56+
Our extension is not directed at individuals under the age of 13, and we do not knowingly collect personal information from children.
57+
58+
## 10. Compliance
59+
This extension complies with:
60+
- Chrome Web Store Developer Program Policies
61+
- Google's Privacy Requirements for Chrome Extensions

0 commit comments

Comments
 (0)