WeSearch

How to Avoid Chrome Web Store 'Red Nickel' Rejection: What I Found After Auditing 18 Extensions

·5 min read · 0 reactions · 0 comments · 11 views
#chrome#webdev#extensions
How to Avoid Chrome Web Store 'Red Nickel' Rejection: What I Found After Auditing 18 Extensions
⚡ TL;DR · AI summary

The article discusses the author's experience with a rejection from the Chrome Web Store due to the use of the word 'Free' in their extension listing. Following this, the author conducted an audit of their 18 extensions to identify similar violations related to promotional language. The findings revealed that a significant number of listings contained prohibited terms, prompting the author to develop a framework to avoid future rejections.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3680827) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } SHOTA Posted on May 19 How to Avoid Chrome Web Store 'Red Nickel' Rejection: What I Found After Auditing 18 Extensions #chrome #javascript #productivity #webdev I got my Chrome extension rejected from the Chrome Web Store last week for a 4-letter word: "Free." Not a permission issue. Not a CSP violation. Not a manifest field. Just the word "Free" sitting in a small badge on my listing image.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)