Chrome Extension

Privacy Policy

CSS Scratchpad is designed for local, temporary CSS editing on the page you are currently viewing.


Single Purpose

CSS Scratchpad allows users to temporarily apply custom CSS to the current webpage for development, testing, and visual debugging.

No tracking No analytics or user behavior tracking.
No servers No CSS or personal data is sent remotely.
Local storage Saved CSS stays in Chrome extension storage.
User controlled CSS is applied only when the user clicks Apply.

Data Collection

This extension does not collect any personal data. All CSS code is applied locally to the current page and is not transmitted to any external servers.

Permissions Needed

activeTab

Needed to apply CSS only to the page the user is currently viewing after they click the extension.

scripting

Needed to insert and remove the temporary style element from the current page.

storage

Needed to save the user's CSS locally for reuse.