Gartic Cellulart for Gartic Phone

Level up your Gart.

Gartic Cellulart for Gartic Phoneคืออะไร?

Gartic Cellulart for Gartic Phone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย u.quixz และคุณลักษณะหลักของมันคือ "Level up your Gart."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gartic Cellulart for Gartic Phone

ดาวน์โหลดไฟล์ส่วนขยาย Gartic Cellulart for Gartic Phone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Gartic Cellulart adds the following functions / tools to Gartic Phone:
- Phase Timer: A digital timer in the top-right will count down the number of seconds remaining in the phase
- Reference Images: A file upload box in the bottom right allows you to upload reference images which can be moved about onscreen
- Spotlight: Allows you to download your responses paired with the prompts that inspired them, so you have your performance for that round in one place
- Satellite: Unlocks zero or more Red Tools for people without dignity

Any feedback would be greatly appreciated! Just drop a message to Quixz#0033

----------------------------------------------------------------
Changelog

--- Patch 1.1.2 ---
* Fixed a major bug that caused unwanted erasure in Co-op and Missing Piece

--- Hotfix 1.1.1 ---
* Enabled everything

--- Minor 1.1.0 ---
* Color scheme changed up
* Rejoining a game no longer breaks your drawings
* Stopped overzealous conversion that caused Satellite to be perma-locked
= Retroactively corrected version numbers
- Removed scroll bars from Debug

= Unwanted Timer and Spotlight behaviours discovered when rejoining a lobby mid-game. I am looking into it! Hang tight!

--- Patch 1.0.2 ---	
* Fixed Red Tools unlock state not persisting
* Correctly capitalised Satellite
= Now distinguishing between different types of update

--- Hotfix 1.0.1 ---
* Fixed being unable to type (Don't know how that slipped through... my bad!)
* Fixed Observer's messages being very unhelpful
* Fixed Debug not filtering incoming messages
* Fixed Geom config font 
= Formally acknowledged Satellite
= Stashed some exposed functions away and added Debug messages for them

--- 1.0.0 ---
+ Cellulart is complete enough that I can feel comfortable officially releasing it!
+ Fixed the Red authentication
- Retracted some over-aggressive font changes in the CSS                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gartic Cellulart for Gartic Phone Gartic Cellulart for Gartic Phone
ID pjeenahidnpjaajbiidagnackjdhnlam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gartic-cellulart-for-gart/pjeenahidnpjaajbiidagnackjdhnlam
คำอธิบาย Level up your Gart.
ขนาดไฟล์ 2.04 MB
จำนวนการติดตั้ง 134
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2023-10-14
วันที่เผยแพร่ 2023-09-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา u.quixz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gartic Cellulart for Gartic Phone",
    "version": "1.1.2",
    "description": "Level up your Gart.",
    "icons": {
        "48": "assets\/icons\/ico48.png",
        "128": "assets\/icons\/ico128.png"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "background": {
        "service_worker": "src\/branches\/worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/garticphone.com\/*"
            ],
            "css": [
                "src\/content\/cellulart.css"
            ],
            "js": [
                "src\/content\/foundation.js",
                "src\/content\/modules.js",
                "src\/content\/cellulart.js"
            ]
        },
        {
            "matches": [
                "https:\/\/garticphone.com\/*"
            ],
            "js": [
                "src\/branches\/socket-injector.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/garticphone.com\/*"
            ],
            "resources": [
                "assets\/*",
                "src\/lib\/*",
                "src\/branches\/socket.js"
            ]
        }
    ]
}