-
Notifications
You must be signed in to change notification settings - Fork 0
Privacy Policy
Style Changer changes the font style of web pages in the user's browser.
The extension stores only the user's display settings in chrome.storage.local:
- enabled or disabled state
- selected font family
- custom font name
- font size
- font weight
- line height
- letter spacing
- disabled site hostnames
These settings are stored locally in the user's browser.
The extension does not collect, transmit, sell, or share personal information.
The extension does not collect browsing history, page content, form input, account information, health information, financial information, or authentication data. Disabled site hostnames are stored only to avoid applying styles on sites selected by the user.
The extension does not send data to external servers and does not include analytics, advertising, or tracking code.
The extension uses the storage permission to save display settings locally.
The extension uses the activeTab and scripting permissions to apply settings to the current tab when the user opens the popup, including pages that were already open before the extension was loaded.
The extension runs on all URLs so that the user's preferred font style can be applied consistently across websites.
If this policy changes, the updated version should be published with the extension listing and linked from the Chrome Web Store Developer Dashboard.