Hangman
Play the game Hangman.
What is Hangman?
Hangman is a Chrome extension developed by auburnpeachfuzz, and its main feature is "Play the game Hangman.".
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
This extension allows users to play a quick game of hangman whenever they want. It features many different categories, including actors, movies, animals, brands, and rappers, along with different difficulty settings to customize one's experience. Icon made by QuizAnswers from www.icons101.com
Extension Basic Information
Name | |
ID | dgicdiobkdfpalmbbdcmmjhmnpaicnkh |
Official URL | https://chrome.google.com/webstore/detail/hangman/dgicdiobkdfpalmbbdcmmjhmnpaicnkh |
Description | Play the game Hangman. |
File Size | 30.15 KB |
Installation Count | 269 |
Current Version | 1.0 |
Last Updated | 2018-07-16 |
Publish Date | 2018-07-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | auburnpeachfuzz |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hangman", "description": "Play the game Hangman.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |