FreestylersEmotes

Custom emotes for FreestylersWorld chatbox.

O que é FreestylersEmotes?

FreestylersEmotes é uma extensão do Chrome desenvolvida por george.mihaylov96, e sua principal característica é "Custom emotes for FreestylersWorld chatbox.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FreestylersEmotes

Baixe arquivos de extensão FreestylersEmotes no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Fully functional twitch emote script for FreestylersWorld's forum chatbox.
For any encountered bugs, contact GeorgeGFX @ FreestylersWorld.
Credits;
- Twitch.TV (emotes)
- BetterTTV (emotes)
- Twitch subscribers (emotes)
- Dave

Changelog:

v1.3.1 (22/10/2017):
- Fixed a bug where you can't copy users input text.
- Hovering on emotes will now display it's unique name.

v1.3.0 (20/10/2017):
- Added over 100+ emotes.
- Emotes should now load almost instantly.

v1.2.0 (14/10/2017):
- Fixed unable to click on links bug.
- Slightly modified the code for better performance.
- GIF emotes will no longer lag out (FPS drop) and play @60 FPS instead.

v1.1.0 (06/10/2017):
- Updated JS library for better performance.
- Added new extension icon.

v1.0.1 (05/10/2017):
- Fixed the proper URL matching.
- Added more emotes.                    

Informações Básicas da Extensão

Nome FreestylersEmotes FreestylersEmotes
ID jidbibpgnkfcgbkmkdigiecmnakkheae
URL Oficial https://chromewebstore.google.com/detail/freestylersemotes/jidbibpgnkfcgbkmkdigiecmnakkheae
Descrição Custom emotes for FreestylersWorld chatbox.
Tamanho do Arquivo 250 KB
Contagem de Instalações 891
Versão Atual 1.3.1
Última Atualização 2017-10-22
Data de Publicação 2017-10-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor george.mihaylov96
Tipo de Pagamento free
Site da Extensão https://freestylersworld.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FreestylersEmotes",
    "description": "Custom emotes for FreestylersWorld chatbox.",
    "version": "1.3.1",
    "page_action": {
        "default_icon": "icon128x128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/freestylersworld.com\/",
        "https:\/\/freestylersworld.com\/",
        "https:\/\/freestylersworld.com\/forum.php",
        "http:\/\/freestylersworld.com\/forum.php"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.2.js",
                "extension.js"
            ]
        }
    ]
}