Gartic Phone Plus

Adds additional features to Gartic Phone.

Gartic Phone Plusคืออะไร?

Gartic Phone Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rage Paint Games และคุณลักษณะหลักของมันคือ "Adds additional features to Gartic Phone."

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

screenshot
screenshot

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

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

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

                        ⭐️ Features ⭐️

How-To Guide:
https://tinyurl.com/Gartic-Phone-Plus-Help

🚫 Block Users
Click on a player or avatar to block their drawings and prompts. Blocking by user will only work during the album reveal.

🛑 Safe Mode
During the game, clicking the check mark icon in the top left will enable safe mode. All prompts and images will be blocked by default. Clicking again will return prompts back to normal.

⚠️Flagged Users
A list of problematic Gartic Phone Twitch users is being built out by streamers and mods. If a user joins your game from this list they will be marked in orange. This is mainly English speaking users.

👁️‍🗨️ Preview window
Separate preview window to see any blocked prompts or images. No need to cover your screen while streaming and slow down the game.

⚙️ Customization
Change which images will be displayed over blocked images.

✨ Twitch Avatars
Enable to show Twitch user avatars. Banning a user will hide their Twitch avatar.

👤 Pick Avatar
Instead of getting a random avatar you can select from the list of avatars.

🚩 Minimum Twitch Account Age
Can set how old a Twitch account must be in options. Any user account that is newer than the required days will be marked in yellow. A popup will also display before starting a new game with a flagged user. Can also get account age by hovering over a user.

🔍 Larger Scrollbar
Enable to increase the size of scrollbars. Especially useful while playing on a tablet.

🕛Custom Timer
During the game you can set a countdown timer in minutes. Can be useful for longer rounds or as a countdown for time based channel point redeems.                    

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

ชื่อ Gartic Phone Plus Gartic Phone Plus
ID hkonaiafngflkdohimjnfilmolagfkef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gartic-phone-plus/hkonaiafngflkdohimjnfilmolagfkef
คำอธิบาย Adds additional features to Gartic Phone.
ขนาดไฟล์ 791 KB
จำนวนการติดตั้ง 8,462
เวอร์ชันปัจจุบัน 3.2.0
อัปเดตครั้งล่าสุด 2023-06-05
วันที่เผยแพร่ 2022-06-06
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Rage Paint Games
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gartic Phone Plus",
    "version": "3.2.0",
    "action": {
        "default_title": "Gartic Phone Plus",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "\/img\/icons\/GP-Plus-16.png",
        "48": "\/img\/icons\/GP-Plus-48.png",
        "128": "\/img\/icons\/GP-Plus-128.png",
        "256": "\/img\/icons\/GP-Plus-256.png"
    },
    "description": "Adds additional features to Gartic Phone.",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/garticphone.com\/*"
            ],
            "js": [
                "\/js\/external\/jquery.js",
                "\/js\/dec_api.js",
                "\/js\/twitch_flagged_user_list.js",
                "\/js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/garticphone.com\/*"
            ],
            "resources": [
                "\/css\/options.css",
                "\/img\/gartic.svg",
                "\/img\/phone.svg",
                "\/img\/help.png",
                "\/img\/timer.png",
                "\/img\/check.png",
                "\/img\/stop.png",
                "\/img\/Ban0.png",
                "\/img\/Ban1.png",
                "\/img\/Ban2.png",
                "\/img\/Ban3.png",
                "\/img\/Ban4.png",
                "\/img\/Ban5.png",
                "\/img\/Ban6.png",
                "\/img\/Ban7.png",
                "\/img\/Ban8.png",
                "\/img\/Ban9.png",
                "\/img\/Ban10.png",
                "\/img\/Ban11.png"
            ],
            "use_dynamic_url": true
        }
    ],
    "manifest_version": 3
}