Skip to content

Instantly share code, notes, and snippets.

@wekamlesh
Created April 24, 2026 09:30
Show Gist options
  • Select an option

  • Save wekamlesh/af1b68e62b15fc6da2ba8c203999aba2 to your computer and use it in GitHub Desktop.

Select an option

Save wekamlesh/af1b68e62b15fc6da2ba8c203999aba2 to your computer and use it in GitHub Desktop.

Privacy Policy — Expand All v2 Last updated: April 24, 2026

Expand All v2 ("the extension") is a Chrome extension that adds Expand All and Collapse All buttons to the browser toolbar. This document describes how it handles user data.

Data collection The extension does not collect, store, transmit, sell, or share any user data. Specifically, it does not collect:

Personally identifiable information Authentication credentials Browsing history or URLs Website content Location Health, financial, or payment information Any form of user activity or analytics How the extension works When the user clicks the extension's toolbar button and presses Expand All or Collapse All, the extension injects a short script into the currently active tab using Chrome's activeTab and scripting permissions. That script finds Kibana Discover's row-toggle and field-details buttons on the page and clicks them. All processing happens locally in the user's browser. Nothing is sent to any server operated by the developer or any third party.

Remote code The extension does not load, execute, or fetch any remote code. All JavaScript it runs is bundled inside the extension package.

Permissions activeTab — used only when the user clicks the toolbar button, to access the currently focused tab. scripting — used to inject the expand/collapse logic into that tab. Changes to this policy If this policy ever changes, the update will be reflected at this URL with a new "Last updated" date.

Contact Questions about this policy can be sent to: tenzohayaku@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment