Grokify is a browser extension that rewrites Wikipedia links to their Grokipedia equivalents.
Automatically displays the verified "Account based in" country flag on X (Twitter) profiles.
Install from Chrome Web Store – Get automatic updates and the easiest installation experience.
If you prefer to sideload the extension or are testing a specific version:
- Download: Go to the Releases page (or the
website/folder in this repo) and downloadgrokify-extension.zip. - Unzip: Extract the zip file to a folder on your computer.
- Open Extensions: Navigate to
chrome://extensionsin your browser (works for Chrome, Brave, Edge, Arc, etc.). - Enable Developer Mode: Toggle the switch in the top-right corner.
- Load Unpacked: Click the "Load unpacked" button and select the folder you just extracted.
- The extension runs entirely client-side; see
website/privacy.htmlfor the full policy. - Contact:
[email protected]
If you want to build the extension from source:
- Install dependencies:
cd extension bun install # or pnpm install
- Run in development:
Load the generated build (e.g.,
bun dev # plasmo dev serverextension/build/chrome-mv3-dev) into Chrome as an unpacked extension. - Production build:
bun run build
