xGames New Tab
Play more than 10 000 free online games directly on New Tab!
什麼是xGames New Tab?
xGames New Tab是由https://www.x-games.net開發的Chrome擴展程式,該擴展的主要功能是“Play more than 10 000 free online games directly on New Tab!”。
擴展截圖
下載xGames New Tab擴展crx文件
下載xGames New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
In the x-Games extension you can find a lof of free online computer games. When you open this x-Games New Tab, a table will be displayed on the left side, where you can see the names of the individual games. You can choose from a large number of online games from the menu, which are available completely free of charge. In the list you will find the most famous games, such as Tic tac toe, Cut the Rope, Flappy Cat, Minecraft, Soccer and so on. When you select one game from the left list and click on it, a new card will appear in the middle of the page. Because this is a free online game, you can just click on the button to start playing. You can play the games using the game with the arrow keys and the space bar on thee computer keyboard, or you can move in the game with the computer mouse. You can also search for some games in the x-Games app, just enter the name of the game at the top center and click on search. If you like some games, you can use the plus icon to add them to your favorites in your list. In this extension can also be searched on the internet. All the games, which you can find there are created using html5 technology. So these are html5 games and the application no longer uses older flash games technology. With this app you can enjoy a lot of online games. At x-Games extensoin you can experience a lot of fun in the world of online html5 games.
擴展基本資訊
名稱 | xGames New Tab |
ID | ifpgmhkaielnhfhkekakcdfmjdhllgbo |
官方網址 | https://chromewebstore.google.com/detail/xgames-new-tab/ifpgmhkaielnhfhkekakcdfmjdhllgbo |
簡介 | Play more than 10 000 free online games directly on New Tab! |
檔案大小 | 98.03 KB |
安裝次數 | 918 |
目前版本 | 1.2 |
更新時間 | 2022-12-21 |
上架時間 | 2021-04-01 |
評分 | 4.00/5 共 4 次評分 |
開發者 | https://www.x-games.net |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.2", "name": "xGames New Tab", "description": "Play more than 10 000 free online games directly on New Tab!", "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "https:\/\/www.x-games.net\/*" ], "icons": { "16": "img\/ico16.png", "19": "img\/ico19.png", "32": "img\/ico32.png", "48": "img\/ico48.png", "128": "img\/ico128.png" } } |