KappaComplete
A lightweight autocomplete extension for Twitch emotes.
What is KappaComplete?
KappaComplete is a Chrome extension developed by Stephen Suen, and its main feature is "A lightweight autocomplete extension for Twitch emotes.".
Download KappaComplete Extension CRX File
Download KappaComplete extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | gldlaombdcbakndhnaahbhcaikdjkbek |
Official URL | https://chrome.google.com/webstore/detail/gldlaombdcbakndhnaahbhcaikdjkbek |
Description | A lightweight autocomplete extension for Twitch emotes. |
File Size | 23.64 KB |
Installation Count | 128 |
Current Version | 0.5 |
Last Updated | 2016-05-28 |
Publish Date | 2016-05-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Stephen Suen |
Payment Type | free |
Supported Languages | 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" ] } |