FreestylersEmotes

Custom emotes for FreestylersWorld chatbox.

FreestylersEmotesとは何ですか?

FreestylersEmotesはgeorge.mihaylov96によって開発されたChromeの拡張機能で、その主な機能は「Custom emotes for FreestylersWorld chatbox.」です。

拡張機能のスクリーンショット

screenshot

FreestylersEmotes拡張機能のCRXファイルをダウンロード

FreestylersEmotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 FreestylersEmotes FreestylersEmotes
ID jidbibpgnkfcgbkmkdigiecmnakkheae
公式URL https://chromewebstore.google.com/detail/freestylersemotes/jidbibpgnkfcgbkmkdigiecmnakkheae
説明 Custom emotes for FreestylersWorld chatbox.
ファイルサイズ 250 KB
インストール数 891
現在のバージョン 1.3.1
最終更新日 2017-10-22
公開日 2017-10-22
評価 5.00/5 合計 1 レビュー
開発者 george.mihaylov96
支払い方法 free
拡張機能のウェブサイト https://freestylersworld.com/
対応言語 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"
            ]
        }
    ]
}