KappaComplete

A lightweight autocomplete extension for Twitch emotes.

Qu'est-ce que KappaComplete ?

KappaComplete est une extension Chrome développée par Stephen Suen, et sa fonction principale est "A lightweight autocomplete extension for Twitch emotes.".

Télécharger le fichier CRX de l'extension KappaComplete

Téléchargez les fichiers d'extension KappaComplete au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        KappaComplete lets you type out the Twitch emote you want in a fraction of the time. On any Twitch channel page, start typing in chat and hit the TAB key to autocomplete any valid emote. This works for both global and subscriber emotes. Keep hitting TAB to cycle through all possible emotes. You can still pull up username suggestions with the @ key.

Version 0.5 (05/28/16)
* Fixed a bug where the extension wouldn't work if users navigated from the Twitch homepage/directory pages                    

Informations de Base sur l'Extension

Nom KappaComplete KappaComplete
ID gldlaombdcbakndhnaahbhcaikdjkbek
URL Officiel https://chrome.google.com/webstore/detail/gldlaombdcbakndhnaahbhcaikdjkbek
Description A lightweight autocomplete extension for Twitch emotes.
Taille du Fichier 23.64 KB
Nombre d'Installations 128
Version Actuelle 0.5
Dernière Mise à Jour 2016-05-28
Date de Publication 2016-05-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur Stephen Suen
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KappaComplete",
    "version": "0.5",
    "description": "A lightweight autocomplete extension for Twitch emotes.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.twitch.tv\/*",
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "kappacomplete.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}