Tetrigame

Tetrigame - Play Tetris!

什麼是Tetrigame?

Tetrigame是由Patricia Bin開發的Chrome擴展程式,該擴展的主要功能是“Tetrigame - Play Tetris!”。

擴展截圖

screenshot

下載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 Tetrigame
ID iikipimjoiepbfmpiglnkgkcepnkjfie
官方網址 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"
}