Caba Html Games
Change your browsers theme and play popular html5 games
ما هو Caba Html Games؟
Caba Html Games هو إضافة Chrome تم تطويرها بواسطة Caba Games، والميزة الرئيسية لها هي "Change your browsers theme and play popular html5 games".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Caba Html Games
قم بتنزيل ملفات الامتداد Caba Html Games بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Play popular html5 games and use popular search engines (Google, Youtube etc..) in new tab.
Caba html games includes more than 3,000 free games.
Caba html games includes below game categories;
Action games, cooking games, soccer games, baby games, car parking games, simulation games, bejeweled games, super mario games, io games, among us games, ben 10 games, squid games, girl games, sports games, racing games, puzzle games, two player games, adventure games, arcade games, hypercasual games, multiplayer games, shooting games and farming games.
All you need to do is to add our chrome extension to your browser and press "keep it" button after installation. You will have access to all free games.
Our extension includes most popular html games as below;
Among Us
Talking Tom
Super Sonic
Minecraft
Ben 10
Packman
VEX 6
UNO
Super Mario
FNF
Fall Guys
Head Soccer
Red Ball
Pop it Master
Moto X3m
Stickman
Brawl Stars
Pou
Mr Noob vs Zombies
Temple Run معلومات أساسية عن التمديد
| الاسم | |
| ID | hmompdeandadciapgdihobnpnnmgomhd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/caba-html-games/hmompdeandadciapgdihobnpnnmgomhd |
| الوصف | Change your browsers theme and play popular html5 games |
| حجم الملف | 114 KB |
| عدد التثبيتات | 203 |
| النسخة الحالية | 0.1 |
| آخر تحديث | 2022-08-03 |
| تاريخ النشر | 2022-08-02 |
| المطور | Caba Games |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.cabahtmlgames.com |
| عنوان صفحة سياسة الخصوصية | https://www.cabahtmlgames.com/privacy |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Caba Html Games",
"description": "Change your browsers theme and play popular html5 games",
"version": "0.1",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "games.html"
},
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"16": "16x16.png",
"48": "48x48.png",
"128": "128x128.png"
},
"action": {
"default_icon": {
"16": "16x16.png",
"48": "48x48.png",
"128": "128x128.png"
}
},
"manifest_version": 3,
"permissions": [
"storage"
]
} | |