Hangman
Play the game Hangman.
ما هو Hangman؟
Hangman هو إضافة Chrome تم تطويرها بواسطة auburnpeachfuzz، والميزة الرئيسية لها هي "Play the game Hangman.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hangman
قم بتنزيل ملفات الامتداد Hangman بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | dgicdiobkdfpalmbbdcmmjhmnpaicnkh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/hangman/dgicdiobkdfpalmbbdcmmjhmnpaicnkh |
الوصف | Play the game Hangman. |
حجم الملف | 30.15 KB |
عدد التثبيتات | 269 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-07-16 |
تاريخ النشر | 2018-07-16 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | auburnpeachfuzz |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |