Skip to content

Commit 767e8d8

Browse files
dzieniszclaude
andcommitted
Update Chrome Web Store guide with privacy policy and permissions
- Add privacy policy URL (GitHub PRIVACY.md) - Add detailed permission justifications for Chrome Web Store - Clarify submission process with privacy practices step - Include exact wording for permission explanations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent d9d508d commit 767e8d8

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

CHROME_WEB_STORE_GUIDE.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,19 @@ Shows on the extension's detail page
7676
### 6. Language
7777
**English** (and/or **Polish** if you want to add Polish localization)
7878

79-
### 7. Privacy Policy
80-
We don't collect data, but we should state this clearly.
79+
### 7. Privacy Policy (REQUIRED)
80+
Chrome Web Store requires a privacy policy URL.
81+
82+
**Use this URL:**
83+
```
84+
https://github.com/dzienisz/youtube-opacity-controller/blob/main/PRIVACY.md
85+
```
86+
87+
The PRIVACY.md file in the repository contains:
88+
- Clear statement: NO data collection
89+
- Detailed explanation of all permissions
90+
- What the extension does and doesn't do
91+
- Open source transparency
8192

8293
## Chrome Web Store Developer Account
8394

@@ -100,7 +111,14 @@ We don't collect data, but we should state this clearly.
100111
5. Upload screenshots and promotional images
101112
6. Select category and language
102113
7. Set pricing (Free)
103-
8. Submit for review
114+
8. **Privacy practices** - Fill in:
115+
- Privacy policy: `https://github.com/dzienisz/youtube-opacity-controller/blob/main/PRIVACY.md`
116+
- Data usage: Select "Does not collect user data"
117+
9. **Justification for permissions** (Chrome will ask):
118+
- **storage**: "To save user's opacity preference setting (0-100%) locally"
119+
- **activeTab**: "To apply CSS style changes to YouTube player elements"
120+
- **youtube.com host**: "To inject content script that adds black backgrounds to transparent player controls"
121+
10. Submit for review
104122

105123
## Review Time
106124
Typically **1-3 days** for first review, sometimes up to a week.

0 commit comments

Comments
 (0)