Caba Html Games

Change your browsers theme and play popular html5 games

Caba Html Games란 무엇입니까?

Caba Html Games은(는) Caba Games에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change your browsers theme and play popular html5 games"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Caba Html Games 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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                    

확장 프로그램 기본 정보

이름 Caba Html Games Caba Html Games
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
개인정보 보호 정책 페이지 URL 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"
    ]
}