An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## COD API Read Extension

Chromium extension to use the my.callofduty.com API

![Demo](docs/demo1.png)

### 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 16

Clone 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 😄