Twitch Emote Autocomplete

Autocomplete Twitch Emote

Vad är Twitch Emote Autocomplete?

Twitch Emote Autocomplete är en Chrome-tillägg utvecklad av quentin.bramas, och dess huvudfunktion är "Autocomplete Twitch Emote".

Tilläggsskärmbilder

screenshot

Ladda ner Twitch Emote Autocomplete-förlängningens CRX-fil

Ladda ner Twitch Emote Autocomplete-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Twitch Emote Autocomplete Twitch Emote Autocomplete
ID eelofccdfdjbhpongbgachgicniedmah
Officiell webbadress https://chrome.google.com/webstore/detail/twitch-emote-autocomplete/eelofccdfdjbhpongbgachgicniedmah
Beskrivning Autocomplete Twitch Emote
Filstorlek 250 KB
Antal Installationer 2,000
Aktuell Version 1.0.2
Senast Uppdaterad 2015-03-19
Publiceringsdatum 2015-03-19
Betyg 2.25/5 Totalt 8 Betyg
Utvecklare quentin.bramas
Betalningssätt free
Stödda Språk 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"
    ]
}