BetterYTL - Improve live chat
BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…
BetterYTL - Improve live chat क्या है?
BetterYTL - Improve live chat datagutt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BetterYTL - Improve live chat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom emotes. Not affiliated with Youtube or Google i. BTTV support ii. Twitch emotes support iii. Coloured usernames iv. Full-height chat v. Timestamps vi. Click to view channel of chatter
एक्सटेंशन की मूल जानकारी
नाम | |
ID | mojicchbgklbbnglambcmeggjnlogggg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/betterytl-improve-live-ch/mojicchbgklbbnglambcmeggjnlogggg |
विवरण | BetterYTL enhances youtube chat with new features, emotes, and more. Use BTTV emotes, Twitch Global supported emotes, custom… |
फ़ाइल का आकार | 17.69 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2021-06-28 |
प्रकाशन तिथि | 2021-06-28 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | datagutt |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BetterYTL - Improve live chat", "version": "1.1.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "inject.css", "inject.js", "emotes.js", "modules\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/live_chat*", "*:\/\/www.youtube.com\/live_chat_replay*", "*:\/\/studio.youtube.com\/channel\/*\/livestreaming\/dashboard?*" ], "all_frames": true, "js": [ "content.js" ] }, { "matches": [ "*:\/\/www.youtube.com\/*" ], "all_frames": true, "css": [ "inject.css" ] }, { "matches": [ "*:\/\/www.youtube.com\/watch?v=*" ], "all_frames": true, "js": [ "content.js" ], "css": [ "inject.css" ] } ], "permissions": [ "storage", "*:\/\/www.youtube.com\/live_chat*", "*:\/\/studio.youtube.com\/channel\/*\/livestreaming\/dashboard?*" ] } |