AI 产品解读Removes copy protection from websites to re-enable text selection, copying, and right-click context menus
Many websites disable text selection, right-click menus, and clipboard copying to prevent content theft, which blocks legitimate users from copying text for reference, notes, or accessibility needs
User visits a copy-protected website → clicks the Allow Copy+ extension icon (turns from orange to green) → text selection, copying, and right-click are re-enabled on that domain → setting persists across visits until manually deactivated
Toggle copy protection removal on/off per domain via icon clickRe-enable text selection and copying on protected websitesRestore right-click context menu on protected websitesBeta: Grab/extract text from images (OCR on LinkedIn, Instagram, etc.)Beta: Extract text from Google Docs and similar sitesPer-domain activation with persistent settings via chrome.storage
- 目标用户
- General web users who need to copy text from copy-protected websites / Students and researchers who need to reference web content / Users with accessibility needs who require text selection
- Source code is heavily minified/bundled (webpack), making it difficult to trace specific feature logic
- The external host 'allow-copy-premium.uc.r.appspot.com' name suggests a premium tier but no paywall logic was found in readable source — could be a backend-only limitation or legacy naming
- The 'Grab Text' feature's usage limit enforcement mechanism is unclear — it may be server-side only with no in-extension upgrade path
付费分析未识别到付费功能
The extension is explicitly described as 'free and easy to use'. No payment platforms (Stripe, etc.), no subscription/purchase/upgrade keywords found in source code. The 'Grab Text' beta feature has a monthly usage limit (grabLimitExceeded message) and the external host 'allow-copy-premium.uc.r.appspot.com' exists, suggesting server-side resource constraints, but no paywall UI, billing API calls, or premium tier unlock logic was found in the source. Voluntary donations via buymeacoffee.com and in-app gift items (Tangerine, Hot Cocoa, etc.) are not gated features.
- 置信度
- 75
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 否
- 登录理由
- No login, authentication, account creation, or OAuth flow found in any source file. The extension operates entirely client-side using chrome.storage for settings and chrome.scripting for content injection. The 'auth' keyword hits are false positives in React library boilerplate code, and the 'jwt' hit is in Chrome Web Store's verified_contents.json. No user account is needed to use any feature.