Twitch Tools

Move twitch chat to the left side

Hvad er Twitch Tools?

Twitch Tools er en Chrome-udvidelse udviklet af https://nomercy.tv, og dens hovedfunktion er "Move twitch chat to the left side".

Udvidelsesskærmbilleder

screenshot

Download Twitch Tools-udvidelses-CRX-fil

Download Twitch Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Do you have twitch open on your right monitor? 
Move the Twitch chat to the left of your screen with one click.

More tools to come.

Feature requests are welcome.                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch Tools Twitch Tools
ID hoolijiaaedceodofbgpogpalnofodgh
Officiel URL https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh
Beskrivelse Move twitch chat to the left side
Filstørrelse 12.65 KB
Antal Installationer 17
Nuværende Version 1.0.2
Senest Opdateret 2022-04-12
Udgivelsesdato 2022-04-12
Bedømmelse 1.00/5 Samlet 2 Bedømmelser
Udvikler https://nomercy.tv
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool
Hjælpeside-URL https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "action": {
        "default_icon": {
            "48": "icons\/twitch-48x48.png"
        },
        "default_title": "Twitch Tools",
        "default_popup": "popup\/menu.html"
    },
    "name": "Twitch Tools",
    "description": "Move twitch chat to the left side",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "icons": {
        "48": "icons\/twitch-48x48.png",
        "128": "icons\/twitch-128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "plugins\/*",
                "lib\/*",
                "popup\/*",
                "content\/*"
            ],
            "use_dynamic_url": true,
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ]
}