JL Games

JL Games Extension

JL Games란 무엇입니까?

JL Games은(는) http://joy.land에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "JL Games Extension"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This fun extension to your browser helps you keep up-to-date with the latest games that are added to the Joyland site.

You can browse through the most popular games on the site and use the extension to launch a game directly.

The extension is small in size, requires very little of your computer’s memory, and won’t even bother you while you are busy browsing your favorite sites.

Install this lightweight extension to get your daily dose of fun before everyone else. Enjoy a wealth of highly interactive and engaging games on the Joyland website.                    

확장 프로그램 기본 정보

이름 JL Games JL Games
ID kakpnhlagbacpjbnddnaadbmlmnnhfob
공식 URL https://chrome.google.com/webstore/detail/jl-games/kakpnhlagbacpjbnddnaadbmlmnnhfob
설명 JL Games Extension
파일 크기 216 KB
설치 횟수 91
현재 버전 1.0.0
최근 업데이트 2020-02-27
출시 날짜 2020-02-27
평점 5.00/5 총 2 개의 평점
개발자 http://joy.land
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.joy.land
도움말 페이지 URL https://www.joy.land
개인정보 보호 정책 페이지 URL https://www.joy.land/page/privacy.html
지원되는 언어 id,de,en,fr,nl,no,tr,da,es,it,hu,pl,ro,sv,ru,hi,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JL Games",
    "description": "JL Games Extension",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "JL Games"
    },
    "default_locale": "en",
    "icons": {
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/www.joy.land\/",
    "permissions": [
        "tabs",
        "background",
        "https:\/\/*.joy.land\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'"
}