Twitch Tools

Move twitch chat to the left side

Twitch Tools क्या है?

Twitch Tools https://nomercy.tv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Move twitch chat to the left side"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Twitch Tools Twitch Tools
ID hoolijiaaedceodofbgpogpalnofodgh
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh
विवरण Move twitch chat to the left side
फ़ाइल का आकार 12.65 KB
स्थापना संख्या 17
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-04-12
प्रकाशन तिथि 2022-04-12
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर https://nomercy.tv
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool
सहायता पृष्ठ URL https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}