Play @ HypeGames
Discover your new favorite online games with a single click!
ما هو Play @ HypeGames؟
Play @ HypeGames هو إضافة Chrome تم تطويرها بواسطة http://www.hypegames.com، والميزة الرئيسية لها هي "Discover your new favorite online games with a single click!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Play @ HypeGames
قم بتنزيل ملفات الامتداد Play @ HypeGames بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Do you like online games? Racing games? Sports games? Action games? Shooting games? Arcade games? Adventure games? Puzzle games? Explore a world of free online games with a single click in your browser. Hours of safe fun at HypeGames.com is always just a click away!
معلومات أساسية عن التمديد
الاسم | |
ID | bljikadkbglocfkfbmicihjgmdkdppad |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/play-hypegames/bljikadkbglocfkfbmicihjgmdkdppad |
الوصف | Discover your new favorite online games with a single click! |
حجم الملف | 23.54 KB |
عدد التثبيتات | 40 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-01-05 |
تاريخ النشر | 2014-01-05 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | http://www.hypegames.com |
نوع الدفع | free |
موقع الإضافة | http://www.hypegames.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Play @ HypeGames", "short_name": "HypeGames App", "description": "Discover your new favorite online games with a single click!", "version": "1.0", "icons": { "19": "icon.png", "38": "icon-38.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Play a random fun game at HypeGames.com!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/www.hypegames.com\/" ] } |