JL Games

JL Games Extension

JL Gamesとは何ですか?

JL Gamesはhttp://joy.landによって開発されたChromeの拡張機能で、その主な機能は「JL Games Extension」です。

拡張機能のスクリーンショット

screenshot

JL Games拡張機能のCRXファイルをダウンロード

JL Games拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}