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. 擴展基本資訊
| 名稱 | |
| ID | jidbibpgnkfcgbkmkdigiecmnakkheae |
| 官方網址 | 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"
]
}
]
} | |