Twitch Emote Autocomplete

Autocomplete Twitch Emote

Cos'è Twitch Emote Autocomplete?

Twitch Emote Autocomplete è un'estensione di Chrome sviluppata da quentin.bramas, e la sua funzione principale è "Autocomplete Twitch Emote".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Emote Autocomplete

Scarica i file di estensione Twitch Emote Autocomplete in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Allow emote completion in twitch chat.

- start typing an emote (ex: kre).
- select with UD or DOWN your emote.
- type the space bar to insert the emote.                    

Informazioni di Base sull'Estensione

Nome Twitch Emote Autocomplete Twitch Emote Autocomplete
ID eelofccdfdjbhpongbgachgicniedmah
URL Ufficiale https://chrome.google.com/webstore/detail/twitch-emote-autocomplete/eelofccdfdjbhpongbgachgicniedmah
Descrizione Autocomplete Twitch Emote
Dimensione del File 250 KB
Conteggio Installazioni 2,000
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-03-19
Data di Pubblicazione 2015-03-19
Valutazione 2.25/5 Totale 8 Valutazioni
Sviluppatore quentin.bramas
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Emote Autocomplete",
    "description": "Autocomplete Twitch Emote",
    "icons": {
        "128": "ico128.png"
    },
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}