{"id":21405329,"url":"https://github.com/aaron5670/statsig-browser-extension","last_synced_at":"2026-01-28T12:15:05.338Z","repository":{"id":202956766,"uuid":"707636620","full_name":"aaron5670/statsig-browser-extension","owner":"aaron5670","description":"🧪 A browser extension to search and toggle Statsig experiments and dynamic configs.","archived":false,"fork":false,"pushed_at":"2025-06-23T11:27:52.000Z","size":986,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T11:32:58.696Z","etag":null,"topics":["ab-testing","chrome-extension","chromium","experimentation","firefox","firefox-addon","firefox-extension","statsig"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/statsig-features-and-expe/doialjibpidkdpdneplcnmkbdojpagdd/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aaron5670.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-20T10:25:40.000Z","updated_at":"2025-02-10T15:18:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"3741cf6e-e06f-4b59-b27e-b94ae3390d4c","html_url":"https://github.com/aaron5670/statsig-browser-extension","commit_stats":null,"previous_names":["aaron5670/statsig-browser-extension"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/aaron5670/statsig-browser-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron5670%2Fstatsig-browser-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron5670%2Fstatsig-browser-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron5670%2Fstatsig-browser-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron5670%2Fstatsig-browser-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaron5670","download_url":"https://codeload.github.com/aaron5670/statsig-browser-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaron5670%2Fstatsig-browser-extension/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265220088,"owners_count":23729758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ab-testing","chrome-extension","chromium","experimentation","firefox","firefox-addon","firefox-extension","statsig"],"created_at":"2024-11-22T16:24:16.918Z","updated_at":"2026-01-28T12:15:05.283Z","avatar_url":"https://github.com/aaron5670.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Statsig Experimentation - Chrome \u0026 Firefox Extension\n\n![Statsig Browser Extension](https://github.com/aaron5670/statsig-browser-extension/assets/17295145/2e75d3f1-1ba3-4b07-9146-11c456edd1af)\n\nThe Statsig Experimentation Browser Extension is a powerful tool designed for managing and testing Statsig Experiments\ndirectly within your Chromium browser. With a user-friendly interface, it provides a seamless way to search, view, and\nhandle your experiments without leaving your browser environment.\n\n## Installation\n\n### Option 1: Web Store installation (recommended)\n\n-    [Chrome Web Store](https://chrome.google.com/webstore/detail/statsig-features-and-expe/doialjibpidkdpdneplcnmkbdojpagdd/).\n-    [Firefox Addons Store](https://addons.mozilla.org/en-US/firefox/addon/statsig-experimentation/).\n\n### Option 2: Manual build and installation\n\n1. Clone this repository to your local machine.\n2. Install the dependencies using `pnpm install`.\n3. Build the extension with `pnpm build`.\n4. In your Chrome browser, navigate to **chrome://extensions/**, enable **Developer Mode**, and click on **Load unpacked\n   **.\n5. Upload the **chrome-mv3-prod** folder generated in the build step.\n6. Enjoy! 🙂🧪\n\n### Search for experiments\n\nTo use this extension, you'll need a Statsig Console API Key, which you can create in\nthe [Statsig console](https://console.statsig.com/api_keys) under **Console API Keys**.\n\n---\n\n## Development\n\nTo run the development server, execute the following command:\n\n```bash\npnpm dev\n# or\nnpm run dev\n```\n\nOpen your browser and load the appropriate development build. For instance, if you're developing for the Chrome browser\nusing manifest v3, use: `build/chrome-mv3-dev`.\n\nFor detailed guidance, refer to our [Documentation](https://docs.plasmo.com/).\n\n## Making production build\n\nRun the following command to create a production bundle for your extension:\n\n```bash\npnpm build\n# or\nnpm run build\n```\n\nThis will generate a production-ready bundle that can be zipped and published to the stores.\n\n### Load the Extension for Chrome (Chromium)\n\nWhile we plan to automate this process in the future, follow these steps to load your extension in Chrome:\n\n1. Head over to `chrome://extensions` and enable **Developer Mode**.\n   ![Developer Mode](https://docs.plasmo.com/screenshots/developer_mode.png)\n\n2. Click on **Load Unpacked** and navigate to your extension's `build/chrome-mv3-dev` (or `build/chrome-mv3-prod`)\n   directory.\n\n3. To view your popup, click on the puzzle piece icon on the Chrome toolbar, and select your extension.\n   ![Popup Example](https://docs.plasmo.com/screenshots/popup_example.png)\n\n   **Pro-tip:** Pin your extension to the Chrome toolbar for easy access by clicking the pin button.\n\n## Screenshots\n\n![image](https://github.com/aaron5670/statsig-browser-extension/assets/17295145/a6f89a77-562a-4313-bc1c-bd864cedb66e)\n![image](https://github.com/aaron5670/statsig-browser-extension/assets/17295145/ceb10db9-e5d8-49e4-9122-b41ce8c21f97)\n![image](https://github.com/aaron5670/statsig-browser-extension/assets/17295145/e772c8df-35e3-4659-b021-3c891f7c1360)\n![image](https://github.com/aaron5670/statsig-browser-extension/assets/17295145/266e82c0-dcbd-4072-82d5-2bc4cd478803)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaron5670%2Fstatsig-browser-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaron5670%2Fstatsig-browser-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaron5670%2Fstatsig-browser-extension/lists"}