JL Games
JL Games Extension
O que é JL Games?
JL Games é uma extensão do Chrome desenvolvida por http://joy.land, e sua principal característica é "JL Games Extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JL Games
Baixe arquivos de extensão JL Games no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | kakpnhlagbacpjbnddnaadbmlmnnhfob |
URL Oficial | https://chrome.google.com/webstore/detail/jl-games/kakpnhlagbacpjbnddnaadbmlmnnhfob |
Descrição | JL Games Extension |
Tamanho do Arquivo | 216 KB |
Contagem de Instalações | 91 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-02-27 |
Data de Publicação | 2020-02-27 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | http://joy.land |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.joy.land |
URL da Página de Ajuda | https://www.joy.land |
URL da Página de Política de Privacidade | https://www.joy.land/page/privacy.html |
Idiomas Suportados | 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'" } |