FreestylersEmotes
Custom emotes for FreestylersWorld chatbox.
FreestylersEmotes란 무엇입니까?
FreestylersEmotes은(는) george.mihaylov96에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom emotes for FreestylersWorld chatbox."입니다.
확장 프로그램 스크린샷
FreestylersEmotes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |