Twitch Tools

Move twitch chat to the left side

Vad är Twitch Tools?

Twitch Tools är en Chrome-tillägg utvecklad av https://nomercy.tv, och dess huvudfunktion är "Move twitch chat to the left side".

Tilläggsskärmbilder

screenshot

Ladda ner Twitch Tools-förlängningens CRX-fil

Ladda ner Twitch Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Twitch Tools Twitch Tools
ID hoolijiaaedceodofbgpogpalnofodgh
Officiell webbadress https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh
Beskrivning Move twitch chat to the left side
Filstorlek 12.65 KB
Antal Installationer 17
Aktuell Version 1.0.2
Senast Uppdaterad 2022-04-12
Publiceringsdatum 2022-04-12
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare https://nomercy.tv
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool
Hjälpsida URL https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues
Stödda Språk 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\/*"
            ]
        }
    ]
}