/kao-live

Extension de navigateur Twitch de la chaîne KAOsvmd

Primary LanguageCSS

Kao Live (Web Browser Extension)

Kao Live extension is written in Javascript, HTML, CSS and uses Jquery.

Build/Run

Requirements

Run the extension

Put your API token in config.js file

	...
	"clientId": "[PUT YOUR OWN TWITCH CLIENT ID HERE]",
	"clientToken": "[PUT YOUR OWN TWITCH CLIENT TOKEN HERE]",
	...

You can now load the extension into your browser through the browser's extension tools page:

  • Chrome/Opera:
  1. Type chrome://extensions in your address bar to bring up the extensions page.
  2. Enable developer mode (checkbox)
  3. Click the "Load unpacked extension" button, navigate to the root folder of your local extension instance, and click "Ok".
  • Firefox:
  1. Type about:debugging in your address bar to bring up the add-ons page.
  2. Click the Load Temporary Add-on button, navigate to the manifest.json file, and "Open".