Games 247

Play games online for free.

Games 247란 무엇입니까?

Games 247은(는) Horus Solution에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play games online for free."입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Games247 enable user's browser to search web. It also enable user with quick links to games on games247.fun. 

By clicking "Add to chrome", I accept and agree to installing the Games 247 Chrome extension and setting Chrome New Tab extension & default search provided by the service and the Terms of Use and Privacy Policy.  Powered by Bing

Terms & Conditions: https://www.games247.fun/terms-conditions/                    

확장 프로그램 기본 정보

이름 Games 247 Games 247
ID ngnnmndnhjolmmffblmbenlfgnkkmhjg
공식 URL https://chromewebstore.google.com/detail/games-247/ngnnmndnhjolmmffblmbenlfgnkkmhjg
설명 Play games online for free.
파일 크기 68.55 KB
설치 횟수 11,719
현재 버전 0.0.3
최근 업데이트 2022-07-18
출시 날짜 2022-04-14
평점 4.92/5 총 52 개의 평점
개발자 Horus Solution
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.games247.fun/
도움말 페이지 URL https://www.games247.fun/contact-us/
개인정보 보호 정책 페이지 URL https://www.games247.fun/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Games 247",
    "author": "Horus Solution",
    "version": "0.0.3",
    "description": "Play games online for free.",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "games247.fun",
            "keyword": "keyword.games247.fun",
            "search_url": "https:\/\/www.games247.fun\/trk\/t.php?q={searchTerms}&channel=games247",
            "favicon_url": "https:\/\/www.games247.fun\/favicon.ico",
            "suggest_url": "https:\/\/www.games247.fun\/suggest?q={searchTerms}",
            "instant_url": "https:\/\/www.games247.fun\/instant?q={searchTerms}",
            "image_url": "https:\/\/www.games247.fun\/image?q={searchTerms}",
            "search_url_post_params": "search_lang=games247.fun",
            "suggest_url_post_params": "suggest_lang=games247.fun",
            "instant_url_post_params": "instant_lang=games247.fun",
            "image_url_post_params": "image_lang=games247.fun",
            "alternate_urls": [
                "https:\/\/www.games247.fun\/s?q={searchTerms}",
                "https:\/\/www.games247.fun\/s?q={searchTerms}"
            ],
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "28": "icons\/icon28.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "options.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ssl.google-analytics.com;"
    }
}