FreestylersEmotes
Custom emotes for FreestylersWorld chatbox.
什么是FreestylersEmotes?
FreestylersEmotes是由george.mihaylov96开发的Chrome扩展程序,该扩展的主要功能是“Custom emotes for FreestylersWorld chatbox.”。
扩展截图
下载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 |
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" ] } ] } |