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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Elizabeth Rapp และคุณลักษณะหลักของมันคือ "Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Sneaky Mouse Button

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}