Files
ACSTechDev.github.io/regex-link-extractor/privacy/index.html
2026-04-27 23:30:52 -07:00

15 lines
5.2 KiB
HTML

<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="icon" href="/acstech_favicon_angular_acs_v2.ico" sizes="any"><title>Regex Link Extractor - Privacy Policy</title><link rel="stylesheet" href="/_astro/BaseLayout.CmXLcAZX.css"></head> <body class="bg-dark text-light d-flex flex-column min-vh-100"> <header id="site-header"> <nav class="navbar navbar-expand-md bg-body py-3" data-bs-theme="dark"> <div class="container"> <a class="navbar-brand d-flex align-items-center" href="/"> <span>ACSTechnology</span> </a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navcol-1" aria-controls="navcol-1" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navcol-1"> <ul class="navbar-nav ms-auto"> <li class="nav-item"><a class="nav-link" href="/about/">About</a></li> <li class="nav-item"><a class="nav-link" href="/blog/">The Lab</a></li> <li class="nav-item"><a class="nav-link" href="/projects/">Projects</a></li> <li class="nav-item"><a class="nav-link" href="/contact/">Contact</a></li> </ul> </div> </div> </nav> </header> <main> <article class="bubble bubble-left"> <h1>Privacy Policy</h1> <p>Effective Date: April 27, 2026</p> <p> <b>Regex Link Extractor</b> is a client-side browser extension. It does not collect, store,
or transmit any personal data. All processing happens locally in your browser.
</p> </article> <article class="bubble bubble-left"> <h2>Permissions</h2> <p>The extension requests the following permissions:</p> <ul> <li><b>activeTab</b>: Accesses the content of the current tab only when you explicitly activate the extension.</li> <li><b>scripting</b>: Runs the extraction script within the active tab to identify links, images, and videos.</li> </ul> <p>No other permissions are requested or used.</p> </article> <article class="bubble bubble-left"> <h2>How It Works</h2> <p>
When you click "Find Links", the extension injects a script into the active tab to scan
its content using your regex pattern. Matching links, images, and videos are displayed
in the popup. Nothing leaves your browser during this process.
</p> <p>
If you choose to export results, the file is generated entirely in your browser and saved
directly to your device. No data is uploaded or transmitted to any server at any point.
</p> </article> <article class="bubble bubble-left"> <h2>Data Handling</h2> <ul> <li><b>Collection</b>: No personal data, browsing history, or user activity is collected.</li> <li><b>Storage</b>: No data is stored locally or remotely by the extension.</li> <li><b>Transmission</b>: The extension makes no external network requests.</li> <li><b>Sharing</b>: No data is shared with third parties.</li> <li><b>Analytics</b>: No tracking, analytics, or telemetry of any kind is included.</li> </ul> </article> <article class="bubble bubble-left"> <h2>Changes to This Policy</h2> <p>
This policy may be updated to reflect changes in functionality or legal requirements.
Any updates will be reflected with a revised effective date at the top of this page.
</p> </article> <article class="bubble bubble-left"> <h2>Contact</h2> <p>
For questions or concerns about this privacy policy, please contact:
<a href="mailto:support@acstech.dev">support@acstech.dev</a> </p> </article> </main> <footer id="site-footer" class="bg-body mt-auto" data-bs-theme="dark"> <div class="container py-4 py-lg-5"> <div class="row text-center text-md-start gy-4"> <!-- Column 1: Brand / Copyright --> <div class="col-12 col-md-4 d-flex flex-column align-items-center align-items-md-start justify-content-center"> <p class="fw-semibold mb-1">ACSTechnology</p> <p class="text-body-secondary mb-0 small">Built with curiosity and caffeine</p> <p class="text-body-secondary mb-0 small">&copy; 2026</p> </div> <!-- Column 2: Resources --> <div class="col-12 col-md-4 d-flex flex-column align-items-center align-items-md-start"> <small class="text-uppercase text-body-secondary mb-2">Resources</small> <ul class="list-unstyled mb-0"> <li class="mb-1"><a class="link-body-emphasis text-decoration-none" href="/faq/">FAQ</a></li> <li class="mb-1"><a class="link-body-emphasis text-decoration-none" href="/privacy/">Privacy</a></li> <li><a class="link-body-emphasis text-decoration-none" href="/terms/">Terms</a></li> </ul> </div> <!-- Column 3: Development --> <div class="col-12 col-md-4 d-flex flex-column align-items-center align-items-md-start"> <small class="text-uppercase text-body-secondary mb-2">Development</small> <ul class="list-unstyled mb-0"> <li class="mb-1"><a class="text-decoration-none" href="https://git.acstech.dev">Gitea</a></li> <li class="mb-1"><a class="text-decoration-none" href="https://github.com/ACSTechDev">GitHub</a></li> <li class="mb-1"><a class="text-decoration-none" href="https://www.linkedin.com/company/acstechdev">LinkedIn (Company)</a></li> <li><a class="text-decoration-none" href="https://www.linkedin.com/in/andrew-chiang-so/">LinkedIn (Founder)</a></li> </ul> </div> </div> </div> </footer> <script type="module" src="/_astro/BaseLayout.astro_astro_type_script_index_0_lang.GtM1sxkV.js"></script> </body> </html>