JL Games
JL Games Extension
什么是JL Games?
JL Games是由http://joy.land开发的Chrome扩展程序,该扩展的主要功能是“JL Games Extension”。
扩展截图
下载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.
扩展基本信息
名称 | |
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'" } |