-
Notifications
You must be signed in to change notification settings - Fork 0
Privacy Policy
最終更新日: 2026年7月7日
Style Changer は、ユーザーのブラウザ上でWebページの文字スタイルを変更するChrome拡張機能です。
この拡張機能は、ユーザーが選択した表示設定のみを chrome.storage.local に保存します。
- 拡張機能の有効/無効状態
- 選択したフォント
- カスタムフォント名
- フォントサイズ
- フォントの太さ
- 行間
- 文字間隔
- サイト別に無効化したホスト名
これらの設定は、ユーザーのブラウザ内にのみ保存されます。
この拡張機能は、個人情報を収集、送信、販売、共有しません。
また、閲覧履歴、ページ本文、フォーム入力、アカウント情報、健康情報、金融情報、認証情報を収集しません。サイト別に無効化したホスト名は、ユーザーが選択したサイトでスタイル適用を停止する目的でのみ、ブラウザ内に保存されます。
この拡張機能は、外部サーバーへデータを送信しません。
また、広告、アクセス解析、トラッキングのためのコードを含みません。
storage 権限は、表示設定をユーザーのブラウザ内に保存するために使用します。
activeTab と scripting 権限は、ユーザーがポップアップを開いた現在のタブへ設定をすぐに反映するために使用します。これにより、拡張機能を読み込む前から開いていたページにも、ページを再読み込みせずに設定を適用できます。
<all_urls> は、ユーザーが開くさまざまなWebサイトで、同じ表示設定を適用するために使用します。この権限を、ページ内容の収集や外部送信のために使用することはありません。
このプライバシーポリシーを変更する場合は、更新後の内容を拡張機能の掲載情報とあわせて公開します。
Last updated: July 7, 2026
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.