FreestylersEmotes

Custom emotes for FreestylersWorld chatbox.

FreestylersEmotes क्या है?

FreestylersEmotes george.mihaylov96 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Custom emotes for FreestylersWorld chatbox."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FreestylersEmotes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}