Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 2.46 KB

privacy-policy.md

File metadata and controls

37 lines (24 loc) · 2.46 KB

「twitter 画像原寸ボタン」 Privacy Policy / プライバシーポリシー

Does / すること

This Chrome extension does:

  • save settings locally with users' own LocalStorage and chrome.storage.sync
  • tell updated settings to every tabs which this extension is loaded in users' Chrome browser with chrome.tabs API (load target URL is described in "content_scripts" > "matches" section in manifest.json)

この Chrome 拡張機能は以下をします:

  • ユーザ自身の LocalStorage と chrome.storage.sync に設定を保存すること
  • 更新された設定を、 chrome.tabs API を使って、この拡張機能が読み込まれたタブに伝えること (この拡張機能が読み込まれる対象の URL は、 manifest.json"content_scripts" > "matches" 部分に書かれている)

Does Not / しないこと

This Chrome extension does not:

  • collect any personal data
  • send any data to anywhere in Internet without chrome.storage.sync
  • share any data with other people since chrome.storage.sync is Google Chrome's personal space

この拡張機能は以下をしません:

  • 個人情報を収集すること
  • chrome.storage.sync 以外で何かのデータをインターネットのどこかに送ること
  • 何かのデータを他の誰かと共有すること (chrome.storage.sync は Google Chrome の個々人のデータ保管場所です)

Changelog / 更新

  • 2024/11/09 add that this extension does not collect any personal data / この拡張機能が個人情報を収集しないことを追加
  • 2022/01/09 add use of chrome.storage.sync / chrome.storage.sync を使うようになったので追加
  • 2020/02/03 create this document / この文書を作成