Skip to content

Commit 1868564

Browse files
committed
Added Privacy Policy
1 parent 2a56392 commit 1868564

File tree

4 files changed

+43
-6
lines changed

4 files changed

+43
-6
lines changed

.DS_Store

8 KB
Binary file not shown.

Privacy.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Privacy Policy for EditThisCookie - Updated for Manifest V3
2+
3+
Effective Date: 04-12-2024
4+
5+
Introduction
6+
7+
EditThisCookie - Updated for Manifest V3 (“we”, “our”, “us”) is committed to protecting your privacy. This Privacy Policy explains how we handle user data when you use our extension, which is available on the Chrome Web Store.
8+
9+
Data Collection and Use
10+
11+
We do not collect, store, or share any personal data. Our extension does not track your browsing activity, gather any personal information, or use any form of analytics. Any data you provide through the extension, such as cookies or preferences, is only stored locally in your browser and is never sent to our servers or shared with third parties.
12+
13+
Permissions Requested by the Extension:
14+
15+
• ActiveTab: Allows the extension to interact with the active tab in your browser.
16+
• Cookies: Required for managing cookies on the websites you visit.
17+
• ContextMenus: Allows the extension to add options to your right-click context menu.
18+
• Storage: Enables the extension to store settings and preferences on your local device.
19+
• Host Permissions: Allows the extension to interact with cookies and data across different websites.
20+
21+
We only request these permissions in order to provide the core functionality of the extension and do not use them for any other purpose.
22+
23+
Data Security
24+
25+
As stated, we do not collect or store any personal information. All data handled by the extension, such as cookies, is stored locally on your device and is fully controlled by you. We take no part in storing or transmitting any personal data.
26+
27+
Third-Party Services
28+
29+
We do not share any of your data with third-party services. Your information is never sent to external servers.
30+
31+
Changes to This Privacy Policy
32+
33+
We may update this Privacy Policy from time to time. If we make significant changes, we will notify you through a prominent notice within the extension or on our website (if applicable). Please review this policy periodically to stay informed about how we are protecting your privacy.
34+
35+
Contact Us
36+
37+
If you have any questions about this Privacy Policy or the extension, please contact us at:
38+
• Email: [email protected]

manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDSn5dhR3eTtYJoXe4DW2j9oFWIg71/f21Z3b6tzFva3M9xo07+xUWo9qLmyWkMeisCMhT7VNsuRbP4kIWjWFcFCi/FgtYCWwCV29CVDvj5Xv+Jzrp8znbCICaczf4ZNqCDdk3WrvSBqp1WqRqJ5q8Y7A0aoFRvMoIxqn1/u11rrwIDAQAB",
3-
"name": "EditThisCookie",
4-
"version": "1.5.0",
2+
"name": "EditThisCookie - Updated for Manifest V3",
3+
"version": "1.6.0",
54
"description": "__MSG_editThis_description__",
65
"icons": {
76
"16": "img/icon_16x16.png",

options_pages/support.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ <h1>EditThisCookie</h1>
4848
<span i18n="translationIntro"></span>
4949
</div>
5050
<hr>
51-
<div class="linkify" lnk="https://github.com/fcapano/Edit-This-Cookie/issues">
51+
<div class="linkify" lnk="https://github.com/YoeriW/Edit-This-Cookie/issues">
5252
<div class="section-title" i18n="bugsFeatureRequest"></div>
5353
<i style="color: #00D6C1; font-size: 4em; margin-top:5px; margin-right:5px;" class="fa fa-bug fa-fw"></i>
5454
<span i18n="bugsFeatureRequestIntro"></span>
5555
</div>
5656
<hr>
57-
<div class="linkify" lnk="https://github.com/fcapano/Edit-This-Cookie">
57+
<div class="linkify" lnk="https://github.com/YoeriW/Edit-This-Cookie">
5858
<div class="section-title" i18n="Source_Code"></div>
5959
<i style="color: #25BD20; font-size: 4em; margin-top:5px; margin-right:5px;" class="fa fa-code fa-fw"></i>
6060
<span i18n="Source_Code_Intro" i18n_argument="GitHub"></span>
@@ -68,4 +68,4 @@ <h1>EditThisCookie</h1>
6868
</div>
6969
</body>
7070

71-
</html>
71+
</html>

0 commit comments

Comments
 (0)