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 |
Eメール | [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" } |