Privacy Policy
A.M.E. Text Analysis โ Chrome extension ยท Last updated 20 July 2026
This extension does not collect, transmit, store or sell any of your data. Everything it does happens inside your browser.
What the extension does with page content
When you click the extension's toolbar icon, it reads the visible text of the page you are viewing โ or the text you have selected, if you have made a selection. That text is scored against a word list bundled inside the extension, and the result is displayed in the side panel.
The captured text is held in chrome.storage.session, which is browser memory
that is cleared when Chrome closes. It is never written to disk, never transmitted, and never
shared with anyone.
What the extension does not do
- No servers. The extension declares no host permissions and makes no
network requests of any kind. There is no
fetch,XMLHttpRequest,WebSocketorsendBeaconanywhere in its code. - No tracking. No analytics, telemetry, crash reporting or usage statistics.
- No accounts. No sign-in, no user identifiers, no cookies.
- No sharing or sale. No data is transferred to any third party, for any purpose, ever.
- No page modification. The extension reads text; it does not alter the pages you visit.
Permissions, and why each is needed
activeTab |
Read the text of the page you are on, only at the moment you click the toolbar icon. |
|---|---|
scripting |
Run the text-extraction script on that page at that moment. |
sidePanel |
Display the results panel. |
storage |
Hold the captured text in session memory so the panel can read it. Cleared when the browser closes. |
There are no host permissions, standing or optional. The extension has no access to any site except the one page you are viewing at the instant you click the icon.
Data handling summary
| Personally identifiable information | Not collected |
|---|---|
| Health information | Not collected |
| Financial information | Not collected |
| Authentication information | Not collected |
| Personal communications | Not collected or transmitted |
| Location | Not collected |
| Web history | Not collected |
| User activity | Not collected |
| Website content | Read locally to produce the analysis. Held in session memory only, never transmitted off the device. |
Verifying this yourself
The extension's code is not obfuscated or minified. Search its files for
fetch, XMLHttpRequest, WebSocket or
sendBeacon and you will find none.
Changes to this policy
If this policy changes, the revised version will be published at this address and the date above updated.
Contact
Questions about this policy can be sent to cc.ame7x4@gmail.com.