Twitch Sneaky Mouse Button

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

Apa itu Twitch Sneaky Mouse Button?

Twitch Sneaky Mouse Button adalah ekstensi Chrome yang dikembangkan oleh Elizabeth Rapp, dan fitur utamanya adalah "Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitch Sneaky Mouse Button

Unduh file ekstensi Twitch Sneaky Mouse Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Twitch Sneaky Mouse Button Twitch Sneaky Mouse Button
ID mfbcbbeeogenjohbldijcpmcfnkocnfh
URL Resmi https://chrome.google.com/webstore/detail/twitch-sneaky-mouse-butto/mfbcbbeeogenjohbldijcpmcfnkocnfh
Deskripsi Adds a buttons below the Twitch chat to easily send emotes needed to control the game with a single click.
Ukuran File 104 KB
Jumlah Instalasi 180
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2019-05-10
Tanggal Publikasi 2019-05-10
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Elizabeth Rapp
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}