Twitch Sneaky Mouse Button

Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click.

Twitch Sneaky Mouse Button क्या है?

Twitch Sneaky Mouse Button Elizabeth Rapp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click."।

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

screenshot

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

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

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

                        Sneaky Mouse is a game created by Robert Moran, and is played exclusively via his Twitch channel. One of the core components of this game is using a specific emote in the chat.

This extension saves you the extra clicks or typing time by adding a button that will instantly submit that emote in the chat, making the game easier to play.

This is not an official extension, it was merely created by a fan.                    

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

नाम Twitch Sneaky Mouse Button Twitch Sneaky Mouse Button
ID mfbcbbeeogenjohbldijcpmcfnkocnfh
आधिकारिक URL https://chrome.google.com/webstore/detail/twitch-sneaky-mouse-butto/mfbcbbeeogenjohbldijcpmcfnkocnfh
विवरण Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click.
फ़ाइल का आकार 104 KB
स्थापना संख्या 180
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2019-05-10
प्रकाशन तिथि 2019-05-10
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Elizabeth Rapp
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Elizabeth Rapp",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/rawb"
            ]
        }
    ],
    "description": "Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Twitch Sneaky Mouse Button",
    "version": "2.0.0",
    "web_accessible_resources": [
        "icon.png",
        "icon-light.png",
        "icon-dark.png",
        "icon-2-light.png",
        "icon-2-dark.png"
    ]
}