Last updated: February 24, 2026
Overview
Page Title is a browser extension that converts webpage titles to lowercase, provides a context menu to copy page titles, and removes Facebook tracking parameters from URLs. This extension is designed with privacy as a core principle.
Data Collection
Page Title does not collect, transmit, or share any personal data. Specifically:
- No personal information is collected (name, email, location, etc.)
- No browsing history is recorded or stored
- No analytics or telemetry data is gathered
- No cookies are created or read by the extension
- No user behavior or interaction data is tracked
Data Storage
The extension stores only two values locally on your device using chrome.storage.local:
| Data | Purpose | Retention |
|---|---|---|
| Current tab title | Display in the popup | Overwritten on every tab switch |
| Current tab URL | Display in the popup | Overwritten on every tab switch |
This data never leaves your browser and is automatically replaced each time you switch tabs. No history or log of previous values is kept.
Network Requests
Page Title makes zero network requests. All processing happens entirely within your browser. No data is sent to any server, API, or third-party service.
Permissions Usage
| Permission | Purpose |
|---|---|
| Active Tab | Read the current tab’s title to transform it to lowercase |
| Scripting | Inject scripts to modify page titles and copy text to clipboard |
| Storage | Store the current tab’s title and URL locally for the popup |
| Context Menus | Add a “Copy Title” option to the right-click menu |
| Clipboard Write | Copy the page title to your clipboard when requested |
| Tabs | Read tab title and URL on tab switch and page load |
Host Permissions (<all_urls>) |
Run content scripts on all pages to transform titles and remove tracking parameters |
Third-Party Services
Page Title does not integrate with, send data to, or receive data from any third-party services.
Remote Code
Page Title does not use any remote code. All JavaScript runs locally from the extension package.
Changes to This Policy
If this privacy policy is updated, the changes will be reflected in this document with an updated date. The extension will continue to operate under the principle of collecting no user data.
Contact
For questions or concerns about this privacy policy, contact: dev@extensions.vn