https://github.com/ate47/codextension
Chromium extension to use the my.callofduty.com API
https://github.com/ate47/codextension
api-client blackops-coldwar blackops3 blackops4 callofduty cod-wwii infinite-warfare modernwarfare2019 react-typescript vanguard
Last synced: 7 months ago
JSON representation
Chromium extension to use the my.callofduty.com API
- Host: GitHub
- URL: https://github.com/ate47/codextension
- Owner: ate47
- License: epl-2.0
- Created: 2022-07-23T08:53:58.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T14:11:24.000Z (over 2 years ago)
- Last Synced: 2023-02-27T09:52:18.997Z (over 2 years ago)
- Topics: api-client, blackops-coldwar, blackops3, blackops4, callofduty, cod-wwii, infinite-warfare, modernwarfare2019, react-typescript, vanguard
- Language: TypeScript
- Homepage:
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## COD API Read Extension
Chromium extension to use the my.callofduty.com API

### Install
**This project is still in work in progress!!!**
- [Download the latest version `CodApiRead.zip` file](https://github.com/ate47/CodExtension/releases).
- Uncompress it.
- Go in your browser extensions `chrome://extensions/` on Chrome `edge://extensions/` on Edge, etc.
- Enable dev mode.
- Click on load uncompressed extension and open the `CodApiRead` directory.
- enjoy 😄Or you can compile the project by yourself, you need to have:
- Git (prefered to clone the repository)
- Node 16Clone the repository
```powershell
npm run build
```- Go in your extensions in your Chromium (Chrome, Edge, Brave, etc.) browser
- Enable the developer mode
- Click on load decompressed extension
- Open the dist directory
- enjoy 😄