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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}