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開發的Chrome擴展程式,該擴展的主要功能是“Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click.”。

擴展截圖

screenshot

下載Twitch Sneaky Mouse Button擴展crx文件

下載Twitch Sneaky Mouse Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}