Hangman
A very simple hangman game.
What is Hangman?
Hangman is a Chrome extension developed by sherlingjack, and its main feature is "A very simple hangman game.".
Extension Screenshots
Download Hangman Extension CRX File
Download Hangman 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
A very simple hangman game.
Extension Basic Information
Name | Hangman |
ID | pmahogjakglofjlahdklgamfkgkaidan |
Official URL | https://chromewebstore.google.com/detail/hangman/pmahogjakglofjlahdklgamfkgkaidan |
Description | A very simple hangman game. |
File Size | 5.33 KB |
Installation Count | 755 |
Current Version | 1.0 |
Last Updated | 2020-05-09 |
Publish Date | 2020-05-09 |
Rating | 1.00/5 Total 1 Ratings |
Developer | sherlingjack |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hangman", "version": "1.0", "manifest_version": 2, "icons": { "128": "hangman.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "CPS Test" } } |