-
Notifications
You must be signed in to change notification settings - Fork 0
Privacy Policy for Inkline Extension
Thalapathi-TR edited this page Jul 25, 2026
·
2 revisions
Last Updated: July 25, 2026
Ink line ("the Extension") is designed with a strict privacy-first architecture. It functions 100% offline and locally within your browser.
- Zero Personal Data Collection: Inkline does not collect, track, transmit, or store any personal information, browsing history, form inputs, IP addresses, or unique identifier tokens.
- No Analytics or Telemetry: No analytics scripts, tracking pixels, or remote telemetry frameworks are embedded within the Extension.
- Zero Network Communications: The Extension makes zero outbound network requests. It operates entirely without external servers or remote code execution.
- Inkline uses the
chrome.storage.sync(orchrome.storage.local) API exclusively to persist your custom visual settings (such as bar position, thickness, color gradients, animation preferences, theme mode, and site-disable toggles). - These settings remain stored strictly within your browser environment and are synced only across your logged-in Chrome profiles via Chrome's native sync engine. No data is ever sent to third parties.
-
storage: Required solely to save and retrieve user preferences across sessions. -
Host Permissions (
<all_urls>): Required solely to inject the lightweight scroll progress indicator script onto web pages so it can calculate local scroll offsets (window.scrollY / scrollHeight) and render the progress bar. -
activeTab: Used solely to inspect the current active tab domain (location.hostname) when clicking the popup toggle to enable or disable the bar for that specific site.
If you have any questions regarding this Privacy Policy or Ink line's data practices, please contact us at qubitz24@gmail.com.