|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <meta |
| 7 | + name="description" |
| 8 | + content="Chromium Mask - Make your Chromium browser appear as mainstream Chrome. Works with Opera, Brave, Edge, Vivaldi, Arc, and more." |
| 9 | + /> |
| 10 | + <title>Chromium Mask - Universal Chromium Browser Compatibility</title> |
| 11 | + <link rel="stylesheet" href="style.css" /> |
| 12 | + </head> |
| 13 | + <body> |
| 14 | + <header> |
| 15 | + <div class="container"> |
| 16 | + <div class="header-content"> |
| 17 | + <h1>🎭 Chromium Mask</h1> |
| 18 | + <p class="tagline">Make any Chromium browser appear as mainstream Chrome</p> |
| 19 | + </div> |
| 20 | + <nav> |
| 21 | + <a href="#features">Features</a> |
| 22 | + <a href="#install">Install</a> |
| 23 | + <a href="#support">Support</a> |
| 24 | + <a href="https://github.com/mr-september/chromium-mask" target="_blank">GitHub</a> |
| 25 | + </nav> |
| 26 | + </div> |
| 27 | + </header> |
| 28 | + |
| 29 | + <main> |
| 30 | + <section class="hero"> |
| 31 | + <div class="container"> |
| 32 | + <h2>Bypass Browser Detection</h2> |
| 33 | + <p> |
| 34 | + Perfect for <strong>Opera</strong>, <strong>Brave</strong>, <strong>Edge</strong>, <strong>Vivaldi</strong>, |
| 35 | + <strong>Arc</strong>, and any Chromium-based browser |
| 36 | + </p> |
| 37 | + <div class="cta-buttons"> |
| 38 | + <a href="https://github.com/mr-september/chromium-mask/releases/latest" class="btn btn-primary" |
| 39 | + >Download Latest Release</a |
| 40 | + > |
| 41 | + <a href="https://github.com/mr-september/chromium-mask" class="btn btn-secondary">View on GitHub</a> |
| 42 | + </div> |
| 43 | + <div class="badges"> |
| 44 | + <img src="https://img.shields.io/github/release/mr-september/chromium-mask.svg" alt="GitHub release" /> |
| 45 | + <img src="https://img.shields.io/github/downloads/mr-september/chromium-mask/total.svg" alt="Downloads" /> |
| 46 | + <img src="https://img.shields.io/badge/License-MIT-green.svg" alt="License" /> |
| 47 | + </div> |
| 48 | + </div> |
| 49 | + </section> |
| 50 | + |
| 51 | + <section id="features" class="features"> |
| 52 | + <div class="container"> |
| 53 | + <h2>Why Chromium Mask?</h2> |
| 54 | + <p class="section-intro"> |
| 55 | + Even though browsers like Opera, Brave, Edge, Vivaldi, and Arc are built on Chromium, many websites still |
| 56 | + block them or provide degraded functionality. This extension solves that problem. |
| 57 | + </p> |
| 58 | + |
| 59 | + <div class="feature-grid"> |
| 60 | + <div class="feature-card"> |
| 61 | + <div class="feature-icon">🔄</div> |
| 62 | + <h3>Always Up-to-Date</h3> |
| 63 | + <p>Automatically updates to the latest Chrome version every 24 hours by querying official APIs</p> |
| 64 | + </div> |
| 65 | + <div class="feature-card"> |
| 66 | + <div class="feature-icon">💻</div> |
| 67 | + <h3>Smart OS Detection</h3> |
| 68 | + <p>Automatically matches your operating system (Windows, macOS, Linux)</p> |
| 69 | + </div> |
| 70 | + <div class="feature-card"> |
| 71 | + <div class="feature-icon">🎯</div> |
| 72 | + <h3>Per-Site Control</h3> |
| 73 | + <p>Enable/disable spoofing on a per-website basis with one click</p> |
| 74 | + </div> |
| 75 | + <div class="feature-card"> |
| 76 | + <div class="feature-icon">🌐</div> |
| 77 | + <h3>Universal Compatibility</h3> |
| 78 | + <p>Works on any Chromium-based browser - Opera, Brave, Edge, Vivaldi, Arc, and more</p> |
| 79 | + </div> |
| 80 | + <div class="feature-card"> |
| 81 | + <div class="feature-icon">🔒</div> |
| 82 | + <h3>Modern Client Hints</h3> |
| 83 | + <p>Supports Chrome's User-Agent Client Hints for advanced compatibility</p> |
| 84 | + </div> |
| 85 | + <div class="feature-card"> |
| 86 | + <div class="feature-icon">⚡</div> |
| 87 | + <h3>Lightweight</h3> |
| 88 | + <p>Minimal performance impact using modern extension APIs</p> |
| 89 | + </div> |
| 90 | + </div> |
| 91 | + </div> |
| 92 | + </section> |
| 93 | + |
| 94 | + <section id="install" class="install"> |
| 95 | + <div class="container"> |
| 96 | + <h2>Installation</h2> |
| 97 | + |
| 98 | + <div class="install-options"> |
| 99 | + <div class="install-card"> |
| 100 | + <h3>🏪 Chrome Web Store</h3> |
| 101 | + <p><em>Coming soon - extension is currently being prepared for submission</em></p> |
| 102 | + <p>Once published, install directly from the Chrome Web Store to get automatic updates.</p> |
| 103 | + </div> |
| 104 | + |
| 105 | + <div class="install-card"> |
| 106 | + <h3>📦 Manual Installation</h3> |
| 107 | + <p><strong>Works on any Chromium browser!</strong></p> |
| 108 | + <ol> |
| 109 | + <li> |
| 110 | + Download and unzip the latest release from the |
| 111 | + <a href="https://github.com/mr-september/chromium-mask/releases/latest">Releases page</a> |
| 112 | + </li> |
| 113 | + <li> |
| 114 | + Open your browser's extension management page: |
| 115 | + <ul> |
| 116 | + <li><strong>Opera:</strong> <code>opera://extensions</code></li> |
| 117 | + <li><strong>Brave:</strong> <code>brave://extensions</code></li> |
| 118 | + <li><strong>Edge:</strong> <code>edge://extensions</code></li> |
| 119 | + <li><strong>Vivaldi:</strong> <code>vivaldi://extensions</code></li> |
| 120 | + <li><strong>Chrome:</strong> <code>chrome://extensions</code></li> |
| 121 | + <li><strong>Arc:</strong> <code>arc://extensions</code></li> |
| 122 | + </ul> |
| 123 | + </li> |
| 124 | + <li>Enable "Developer mode" (toggle in the top-right corner)</li> |
| 125 | + <li>Click "Load unpacked" and select the unzipped extension folder</li> |
| 126 | + </ol> |
| 127 | + </div> |
| 128 | + </div> |
| 129 | + </div> |
| 130 | + </section> |
| 131 | + |
| 132 | + <section id="support" class="support"> |
| 133 | + <div class="container"> |
| 134 | + <h2>💖 Support FOSS Projects</h2> |
| 135 | + <p> |
| 136 | + My work developing, contributing to, and maintaining open-source software is made possible solely by your |
| 137 | + donations. Your support is vital to the ongoing development of FOSS solutions. |
| 138 | + </p> |
| 139 | + |
| 140 | + <div class="support-buttons"> |
| 141 | + <a href="https://www.paypal.com/donate/?hosted_button_id=WFXL2T42BBCRN" class="support-btn" target="_blank"> |
| 142 | + <img |
| 143 | + src="https://raw.githubusercontent.com/mr-september/central_automation_hub/refs/heads/main/bluePayPalbutton.svg" |
| 144 | + alt="PayPal" |
| 145 | + height="40" |
| 146 | + /> |
| 147 | + </a> |
| 148 | + <a href="https://ko-fi.com/Q5Q11I49GI" class="support-btn" target="_blank"> |
| 149 | + <img src="https://ko-fi.com/img/githubbutton_sm.svg" alt="Ko-fi" height="40" /> |
| 150 | + </a> |
| 151 | + <a href="https://liberapay.com/mr-september/donate" class="support-btn" target="_blank"> |
| 152 | + <img src="https://liberapay.com/assets/widgets/donate.svg" alt="Liberapay" height="40" /> |
| 153 | + </a> |
| 154 | + <a |
| 155 | + href="https://nowpayments.io/donation?api_key=5b5fabd5-2c33-4525-99a3-bf27f587780c" |
| 156 | + class="support-btn" |
| 157 | + target="_blank" |
| 158 | + rel="noreferrer noopener" |
| 159 | + > |
| 160 | + <img |
| 161 | + src="https://nowpayments.io/images/embeds/donation-button-black.svg" |
| 162 | + alt="Crypto donation button by NOWPayments" |
| 163 | + height="40" |
| 164 | + /> |
| 165 | + </a> |
| 166 | + </div> |
| 167 | + |
| 168 | + <div class="other-ways"> |
| 169 | + <h3>🌟 Other Ways to Help</h3> |
| 170 | + <ul> |
| 171 | + <li>⭐ <strong>Star the repository</strong> to show your support</li> |
| 172 | + <li>🐦 <strong>Share</strong> to help others discover Chromium Mask</li> |
| 173 | + <li>📝 <strong>Write reviews</strong> and share your experience</li> |
| 174 | + <li>🎥 <strong>Create content</strong> - tutorials, guides, or showcase videos</li> |
| 175 | + </ul> |
| 176 | + </div> |
| 177 | + </div> |
| 178 | + </section> |
| 179 | + </main> |
| 180 | + |
| 181 | + <footer> |
| 182 | + <div class="container"> |
| 183 | + <p> |
| 184 | + © 2025 <a href="https://github.com/mr-september">mr-september</a> | Licensed under |
| 185 | + <a href="https://github.com/mr-september/chromium-mask/blob/main/LICENSE">MIT License</a> |
| 186 | + </p> |
| 187 | + <p> |
| 188 | + <a href="https://github.com/mr-september/chromium-mask">GitHub</a> | |
| 189 | + <a href="https://github.com/mr-september/chromium-mask/issues">Report Issue</a> | |
| 190 | + <a href="https://github.com/mr-september/chromium-mask/blob/main/PRIVACY_POLICY.md">Privacy Policy</a> |
| 191 | + </p> |
| 192 | + </div> |
| 193 | + </footer> |
| 194 | + </body> |
| 195 | +</html> |
0 commit comments