Streamer tools for Gartic Phone

Block all pictures and prompts from a user in game. Simply click their name in the list of players to hide or show their content.

Τι είναι το Streamer tools for Gartic Phone;

Το Streamer tools for Gartic Phone είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SillyV, και η κύρια λειτουργία του είναι "Block all pictures and prompts from a user in game. Simply click their name in the list of players to hide or show their content.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Streamer tools for Gartic Phone

Λήψη αρχείων επέκτασης Streamer tools for Gartic Phone σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension provides multiple features, that ease the streaming process of Gartic Phone. 

The  main feature is blocking the content from individual players in Gartic Phone. This gives you more control of the game, which is especially important for streamers. The content is only hidden for the person with the extension installed - other players will still see all the pictures and text on their devices.

Additional features include, custom Gartic Avatars, Easy access to download images and gifs of people's content.  and a few other quality of life improvements.
==========================

Features:

Blocks pictures and text from individual players during the gallery reveal.

Easy Preview in designated off stream preview area of blocked content during the gallery reveal by hovering over contet.

External Preview in designated external window of blocked content during the gallery reveal by hovering over contet.

Safe mode:  automatically block everyone's drawings to prevent accidental exposure of viewer content without moderation. 

Blocks Pictures and text during the drawing and writing phases.    blocked content is previewed 
in a designated off stream preview area

Easy image downloads: click the image's associate avatar and it saves with artist name and timestamp.

Easy drawing process reveal download.  (saved as Webm, file)

Custom censor images can be set from the gartic home page

twitch integration to preview people's account ages, and follow\sub\vip\mod status.

Patch Notes:
Removed Followage display since twitch removed the option from the API.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Streamer tools for Gartic Phone Streamer tools for Gartic Phone
ID bgfkjfcafnnnffphjenlgoklahjiionh
Επίσημο URL https://chromewebstore.google.com/detail/streamer-tools-for-gartic/bgfkjfcafnnnffphjenlgoklahjiionh
Περιγραφή Block all pictures and prompts from a user in game. Simply click their name in the list of players to hide or show their content.
Μέγεθος Αρχείου 306 KB
Αριθμός Εγκαταστάσεων 1,578
Τρέχουσα Έκδοση 2.2.10
Τελευταία Ενημέρωση 2024-02-23
Ημερομηνία Δημοσίευσης 2022-05-31
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής SillyV
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Streamer tools for Gartic Phone",
    "version": "2.2.10",
    "description": "Block all pictures and prompts from a user in game. Simply click their name in the list of players to hide or show their content.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "components\/preview.html",
                "popup\/popout.html",
                "popup\/popout.css"
            ],
            "matches": [
                "https:\/\/garticphone.com\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "css": [
                "components\/preview.css",
                "components\/notification.css",
                "pages\/book\/book.css",
                "pages\/book\/display.css"
            ],
            "js": [
                "tools\/tmi.js",
                "tools\/storage.js",
                "assets\/colors.js",
                "assets\/resources.js",
                "assets\/text.js",
                "components\/recorder.js",
                "components\/language.js",
                "components\/notification.js",
                "components\/settings.js",
                "pages\/book\/colors\/color.js",
                "pages\/book\/colors\/quan.js",
                "pages\/book\/book.js",
                "pages\/book\/display.js",
                "pages\/reply.js",
                "pages\/home.js",
                "pages\/draw\/drawMain.js",
                "pages\/draw\/drawCensor.js",
                "pages\/mod.js",
                "pages\/helperFunctions.js",
                "pages\/lobby.js",
                "pages\/start.js",
                "pages\/memory.js",
                "pages\/rank.js",
                "pages\/write\/writeMain.js",
                "components\/preview.js",
                "pages\/main.js"
            ],
            "matches": [
                "https:\/\/garticphone.com\/*",
                "https:\/\/beta.garticphone.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ]
}