Emotesly
Emotesly for enchancing youtube stream experience by using emotes,UI customizations & personalization
Τι είναι το Emotesly;
Το Emotesly είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://emotes.online, και η κύρια λειτουργία του είναι "Emotesly for enchancing youtube stream experience by using emotes,UI customizations & personalization".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Emotesly
Λήψη αρχείων επέκτασης Emotesly σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Enhance youtube stream experience by using emotes, color, better personalisations, highlights, ease of functionality and so much more. Use BTTV emotes, Twitch Global supported emotes, custom emotes & have a better viewing experience especially for Valkyrae and Sykkuno's youtube channel & more. Express Emotes Emotesly ☀️🔪😂❤️🤨😡!!! Let the fun begin!!!!!!!!! How to use: • Just install and visit Youtube to begin using the add-on. Everything is auto setup for you. • Options can be configured by clicking on the extension icon for settings. Want to help support Emotesly pay server costs and maintenance? Buy me coffee here https://ko-fi.com/thatgirlcoder . All help and support is appreciated! More details on features i. BTTV support ii. Twitch emotes support iii. Custom emotes for Valkyrae's & Sykkuno's channel iv. Coloured usernames and select your own favorite color. v. Ability to hide profile pictures and timestamps. vi. Highlight keywords to identify favourite msg earlier or for moderators to help ban a user. vii. Highlight messages for channel owners viii. Enhance Youtube chat experience and make it more aesthetic via stylings ix. Ability to @ someone by clicking right away x. Better viewing experience for Valkyrae & Sykkuno's channel. Express Emotes Emotesly ☀️🌱🖤🍞😂❤️🤨😡🔪😍!!! Inspiration. Emotesly started as a tool to help Valkyrae. She is one of the biggest female streamers in the world and the inspiration for Emotesly. She streams on Youtube. And Youtube by features, lacks the support of emotes and thus there is no emote culture in YT Stream chat. Also the moderation tools of Youtube lack capabilities to drive a postive chat. This gave an idea of having support for custom emoticons for Youtube chat as well as additional support for twitch & BTTV emote for Youtube. Appreciate you all for trying it out. Hope it helps community in someway. Let the fun begin!!!!!!!!!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Emotesly |
ID | olhclbnmebbgkgodadbepmoifpfmbncm |
Επίσημο URL | https://chromewebstore.google.com/detail/emotesly/olhclbnmebbgkgodadbepmoifpfmbncm |
Περιγραφή | Emotesly for enchancing youtube stream experience by using emotes,UI customizations & personalization |
Μέγεθος Αρχείου | 294 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 1.0.5 |
Τελευταία Ενημέρωση | 2022-06-07 |
Ημερομηνία Δημοσίευσης | 2021-05-03 |
Αξιολόγηση | 4.64/5 Συνολικά 47 Αξιολογήσεις |
Προγραμματιστής | https://emotes.online |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://ko-fi.com/thatgirlcoder |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emotesly", "version": "1.0.5", "description": "Emotesly for enchancing youtube stream experience by using emotes,UI customizations & personalization", "manifest_version": 2, "content_scripts": [ { "js": [ "init.js", "sweetalert_min.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/studio.youtube.com\/*" ] } ], "browser_action": { "default_icon": "icons\/favicon-32x32.png", "default_popup": "options.html" }, "icons": { "16": "icons\/favicon-16x16.png", "32": "icons\/favicon-32x32.png", "64": "icons\/favicon-64x64.png", "128": "icons\/favicon-128x128.png", "192": "icons\/favicon-192x192.png", "512": "icons\/favicon-512x512.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage", "https:\/\/api.twitch.tv\/*", "https:\/\/api.betterttv.net\/*", "https:\/\/api.twitchemotes.com\/*", "https:\/\/cdn.jsdelivr.net\/*" ], "web_accessible_resources": [ "theatermode.css" ] } |