FreestylersEmotes
Custom emotes for FreestylersWorld chatbox.
Τι είναι το FreestylersEmotes;
Το FreestylersEmotes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον george.mihaylov96, και η κύρια λειτουργία του είναι "Custom emotes for FreestylersWorld chatbox.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης FreestylersEmotes
Λήψη αρχείων επέκτασης 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" ] } ] } |