Tetrigame

Tetrigame - Play Tetris!

Tetrigameคืออะไร?

Tetrigame เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Patricia Bin และคุณลักษณะหลักของมันคือ "Tetrigame - Play Tetris!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tetrigame

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}