{"id":18664902,"url":"https://github.com/mazkdevf/keyauth-chrome-extension-react","last_synced_at":"2026-04-16T04:01:11.751Z","repository":{"id":227388275,"uuid":"749240357","full_name":"mazkdevf/KeyAuth-Chrome-Extension-React","owner":"mazkdevf","description":"Simple example of KeyAuth Authentication for Chrome Extensions using Vite and TypeScript ","archived":false,"fork":false,"pushed_at":"2024-03-13T02:25:07.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T05:15:11.882Z","etag":null,"topics":["chrome","extension","react","typescript","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mazkdevf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-01-28T01:08:32.000Z","updated_at":"2024-03-13T02:26:34.000Z","dependencies_parsed_at":"2024-03-13T04:43:23.169Z","dependency_job_id":null,"html_url":"https://github.com/mazkdevf/KeyAuth-Chrome-Extension-React","commit_stats":null,"previous_names":["mazkdevf/keyauth-chrome-extension-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mazkdevf/KeyAuth-Chrome-Extension-React","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2FKeyAuth-Chrome-Extension-React","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2FKeyAuth-Chrome-Extension-React/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2FKeyAuth-Chrome-Extension-React/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2FKeyAuth-Chrome-Extension-React/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mazkdevf","download_url":"https://codeload.github.com/mazkdevf/KeyAuth-Chrome-Extension-React/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mazkdevf%2FKeyAuth-Chrome-Extension-React/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["chrome","extension","react","typescript","vite"],"created_at":"2024-11-07T08:25:26.134Z","updated_at":"2026-04-16T04:01:11.703Z","avatar_url":"https://github.com/mazkdevf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KeyAuth-Chrome-Extension in React\n- A Chrome extension tool built with Vite, TypeScript, and TailwindCSS utilizing Manifest v3.\n- Demonstrates how to execute requests to the server-side (keyauth.win), focusing primarily on this functionality.\n\n## Installation\n\n1. Ensure that your `Node.js` version is **14** or higher.\n2. Modify or configure the name of your extension in `src/manifest`.\n3. Execute `npm install` to install the necessary dependencies.\n\n## Preview\n\n![img](https://github.com/mazkdevf/KeyAuth-Chrome-Extension-React/assets/79049205/c27996bd-b0b6-4f7b-a587-64d39dca035f)\n![img](https://github.com/mazkdevf/KeyAuth-Chrome-Extension-React/assets/79049205/19659c9d-ca51-4615-a76d-e711578d1e5a)\n![img](https://github.com/mazkdevf/KeyAuth-Chrome-Extension-React/assets/79049205/90eb734d-1cb8-4d87-a355-459d3f540233)\n![img](https://github.com/mazkdevf/KeyAuth-Chrome-Extension-React/assets/79049205/bb337f0d-6efb-4b8e-b801-573d78ac30b1)\n![img](https://github.com/mazkdevf/KeyAuth-Chrome-Extension-React/assets/79049205/4f1f859d-29be-43a7-813c-b51678173d54)\n\n## Developing\n\n1. run the command\n\n```shell\n$ cd KeyAuth-Chrome-Extension-React\n```\n\n1. Change Application Credentials in `package.json` \u003e `KeyAuth`\n\n```json\n  \"KeyAuth\": {\n    \"AppName\": \"\",\n    \"OwnerId\": \"\",\n    \"Version\": \"1.0\"\n  },\n```\n\n2. run the command\n\n```shell\n$ npm run dev\n```\n\n3. open `chrome://extensions/` in your Chrome browser\n4. click 'Load unpacked', and select `KeyAuth-Chrome-Extension-React/build` folder\n5. click 'Update' button when you modify the code\n6. Done!\n\n### Chrome Extension Developer Mode\n\n1. set your Chrome browser 'Developer mode' up\n2. click 'Load unpacked', and select `KeyAuth-Chrome-Extension-React/build` folder\n\n### Normal FrontEnd Developer Mode\n\n1. access `http://0.0.0.0:3000/`\n2. when debugging popup page, open `http://0.0.0.0:3000//popup.html`\n\n## Packing\n\nAfter the development of your extension run the command\n\n```shell\n$ npm run build\n```\n\nNow, the content of `build` folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the [official guide](https://developer.chrome.com/webstore/publish) to more infos about publishing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazkdevf%2Fkeyauth-chrome-extension-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmazkdevf%2Fkeyauth-chrome-extension-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmazkdevf%2Fkeyauth-chrome-extension-react/lists"}