CHIP-8 Emulator
This extension allows the user to run a CHIP-8 emulator from their browser.
What is CHIP-8 Emulator?
CHIP-8 Emulator is a Chrome extension developed by Lunatink, and its main feature is "This extension allows the user to run a CHIP-8 emulator from their browser.".
Extension Screenshots
Download CHIP-8 Emulator Extension CRX File
Download CHIP-8 Emulator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to play your favorite old school video games without the hassle of having to download and install a bulky emulator! To play a game, just provide the extension with a CHIP-8 ROM file and enjoy! ROM files can be legally and easily found on the internet, as they are a part of public domain. The keypad keys are: 1234 qwer asdf zxcv
Extension Basic Information
Name | CHIP-8 Emulator |
ID | pkkcopanichodeakgpacohacfbnfgfpg |
Official URL | https://chromewebstore.google.com/detail/chip-8-emulator/pkkcopanichodeakgpacohacfbnfgfpg |
Description | This extension allows the user to run a CHIP-8 emulator from their browser. |
File Size | 13.29 KB |
Installation Count | 72 |
Current Version | 1.0 |
Last Updated | 2017-11-14 |
Publish Date | 2017-11-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Lunatink |
Payment Type | free |
Extension Website | http://chip8emulator.azurewebsites.net/CHIP8.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CHIP-8 Emulator", "description": "This extension allows the user to run a CHIP-8 emulator from their browser.", "version": "1.0", "browser_action": { "default_icon": "chip8_icon.png", "default_popup": "popup.html" } } |