JL Games

JL Games Extension

¿Qué es JL Games?

JL Games es una extensión de Chrome desarrollada por http://joy.land, y su función principal es "JL Games Extension".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión JL Games

Descarga archivos de extensión JL Games en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre JL Games JL Games
ID kakpnhlagbacpjbnddnaadbmlmnnhfob
URL Oficial https://chrome.google.com/webstore/detail/jl-games/kakpnhlagbacpjbnddnaadbmlmnnhfob
Descripción JL Games Extension
Tamaño del Archivo 216 KB
Cantidad de Instalaciones 91
Versión Actual 1.0.0
Última Actualización 2020-02-27
Fecha de Publicación 2020-02-27
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador http://joy.land
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.joy.land
URL de la Página de Ayuda https://www.joy.land
URL de la Página de Política de Privacidad https://www.joy.land/page/privacy.html
Idiomas Soportados 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'"
}