Tetrigame
Tetrigame - Play Tetris!
什么是Tetrigame?
Tetrigame是由Patricia Bin开发的Chrome扩展程序,该扩展的主要功能是“Tetrigame - Play Tetris!”。
扩展截图
下载Tetrigame扩展crx文件
下载Tetrigame扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Welcome to Tetrigame! A new-tab extension that allows you to play the good and old Tetris game, all day every day! Tetrigame will replace your worn-off browser LP by an interactive and fun game. By clicking "add to Chrome", you accept and agree to installing the Tetrigame extension and setting Chrome New Tab to that provider by the service and the Terms of Use (https://tetrigame.com/eula.html) and Policy (https://tetrigame.com/privacy-policy.html/). The extension will update your search settings and will change your new tab and default search provider to Microsoft Bing. For more information please visit www.tetrigame.com Enjoy!
扩展基本信息
名称 | Tetrigame |
ID | iikipimjoiepbfmpiglnkgkcepnkjfie |
官方URL | https://chromewebstore.google.com/detail/tetrigame/iikipimjoiepbfmpiglnkgkcepnkjfie |
简介 | Tetrigame - Play Tetris! |
文件大小 | 1.15 MB |
安装次数 | 159,187 |
当前版本 | 1.0.0 |
更新时间 | 2023-05-31 |
上架时间 | 2023-05-30 |
评分 | 4.86/5 共7次评分 |
开发者 | Patricia Bin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://tetrigame.com/ |
帮助页面URL | https://tetrigame.com/index.html#contact-us |
隐私政策页面URL | https://tetrigame.com/privacy-policy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tetrigame", "description": "Tetrigame - Play Tetris!", "permissions": [ "storage" ], "icons": { "128": "img\/icon.png" }, "chrome_url_overrides": { "newtab": "search.html" }, "background": { "service_worker": "background.js" }, "version": "1.0.0" } |