Twitch Emote Autocomplete
Autocomplete Twitch Emote
Wat is Twitch Emote Autocomplete?
Twitch Emote Autocomplete is een Chrome-extensie ontwikkeld door quentin.bramas, en de belangrijkste functie is "Autocomplete Twitch Emote".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Emote Autocomplete
Download Twitch Emote Autocomplete-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | eelofccdfdjbhpongbgachgicniedmah |
Officiële URL | https://chrome.google.com/webstore/detail/twitch-emote-autocomplete/eelofccdfdjbhpongbgachgicniedmah |
Beschrijving | Autocomplete Twitch Emote |
Bestandsgrootte | 250 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2015-03-19 |
Publicatiedatum | 2015-03-19 |
Beoordeling | 2.25/5 Totaal 8 Beoordelingen |
Ontwikkelaar | quentin.bramas |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |