JL Games
JL Games Extension
JL Games là gì?
JL Games là một tiện ích mở rộng Chrome được phát triển bởi http://joy.land, và tính năng chính của nó là "JL Games Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng JL Games
Tải xuống các tệp mở rộng JL Games dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kakpnhlagbacpjbnddnaadbmlmnnhfob |
URL Chính Thức | https://chrome.google.com/webstore/detail/jl-games/kakpnhlagbacpjbnddnaadbmlmnnhfob |
Mô tả | JL Games Extension |
Kích Thước Tệp | 216 KB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-02-27 |
Ngày Phát Hành | 2020-02-27 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://joy.land |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.joy.land |
URL Trang Trợ Giúp | https://www.joy.land |
URL Trang Chính Sách Bảo Mật | https://www.joy.land/page/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |