Render Size Checker

Chrome Extension

Privacy Policy

Last updated: April 23, 2026

1. About This Extension

Render Size Checker is a free, open-source Chrome browser extension built for technical SEO professionals and web developers. It analyzes the rendered HTML size of the page currently open in your browser and alerts you when it exceeds 2 MB (2,097,152 bytes)— the threshold at which Google’s crawler (Googlebot) may truncate or ignore content during indexing.

Because all analysis happens directly inside your browser, Render Size Checker does not collect, store, transmit, or share any of your personal data or browsing activity. This policy describes the limited information the extension interacts with and explains your rights.

2. What Data the Extension Accesses

To measure render size, the extension reads the following data locally on your device — nothing is sent to any external server:

  • Rendered DOM content — the extension reads the document.documentElement.outerHTML of the active tab to calculate its byte size after the browser has finished rendering the page.
  • Page URL— the current tab’s URL is read solely to display it alongside the size result in the extension popup. It is never stored or transmitted.

The extension does not access:

  • Cookies, passwords, or form data.
  • Browser history or bookmarks.
  • Any data from other tabs or windows.
  • Any information about you personally.

3. How the Extension Works

When you click the extension icon or visit a page (depending on your trigger setting), the extension:

  1. Injects a content script into the active tab only.
  2. Measures the byte length of the fully rendered HTML using the browser’s built-in APIs (TextEncoder or Blob).
  3. Compares the result against the 2 MB limit and displays a pass/fail badge in the toolbar and a detailed breakdown in the popup.
  4. Discards all data as soon as the popup is closed or the tab navigates away — nothing is persisted.

4. Data Storage

Render Size Checker stores only the following minimal data locally in your browser via chrome.storage.local:

  • User preferences — settings you configure (e.g., custom size thresholds, notification preferences). These never leave your device.

No measurement results, URLs, or page content are ever persisted to local storage or any remote database.

5. Data Sharing & Third Parties

We do not sell, rent, or share any data with third parties — because we do not collect any data in the first place. The extension has no analytics SDK, no crash-reporting service, and no advertising network integrated into it.

The extension does not make any outbound network requests on your behalf. You can verify this by inspecting the content_security_policy and permissionsfields in the extension’s manifest.json.

6. Permissions Explained

Chrome extensions must declare permissions upfront. Here is why Render Size Checker requests each permission it uses:

PermissionWhy it is needed
activeTabRead the rendered HTML of the page you are currently viewing, on demand.
scriptingInject the measurement content script into the active tab.
storageSave your personal settings (thresholds, display preferences) locally.

No tabs, history, cookies, or broad host permissions are requested.

7. Children's Privacy

This extension is a developer tool not directed at or designed for children under 13. We do not knowingly collect any information from children.

8. Security

Because no personal data ever leaves your browser, your exposure to data-breach risk from this extension is minimal. The extension’s source code is available for public review. We follow Google’s Manifest V3 security guidelines, which restrict background script capabilities and enforce a strict content security policy.

9. Changes to This Policy

If we make material changes to this policy (for example, if a future version of the extension adds a remote feature), we will update the “Last updated” date and publish the new version alongside the extension update. Continued use of the extension after an update constitutes acceptance of the revised policy.

10. Contact

Questions or concerns about this privacy policy? Reach out at:

sebastiancastao379@gmail.com