Hangman
Play the game Hangman.
Cos'è Hangman?
Hangman è un'estensione di Chrome sviluppata da auburnpeachfuzz, e la sua funzione principale è "Play the game Hangman.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hangman
Scarica i file di estensione Hangman in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | dgicdiobkdfpalmbbdcmmjhmnpaicnkh |
URL Ufficiale | https://chrome.google.com/webstore/detail/hangman/dgicdiobkdfpalmbbdcmmjhmnpaicnkh |
Descrizione | Play the game Hangman. |
Dimensione del File | 30.15 KB |
Conteggio Installazioni | 269 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-07-16 |
Data di Pubblicazione | 2018-07-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | auburnpeachfuzz |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |