BetterYTV
Enhances YouTube with new features and emotes
BetterYTV क्या है?
BetterYTV whalemandev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances YouTube with new features and emotes"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BetterYTV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
BetterYTV adds features to YouTube (inspired by BetterTTV for Twitch) Adds new emotes to live chat All global FFZ+BTTV emotes currently supported. To enable channel emotes link Twitch acct in channel/about links named "Twitch" Plan on adding more features Feel free to contribute here https://github.com/acarlson99/BYTV WARNING: YouTube does not take kindly to chat spam. You will get instantly banned without warning if you treat YT chat like Twitch chat
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ccbedefbekbkpolpkhgilcglabjlicpo |
आधिकारिक URL | https://chromewebstore.google.com/detail/betterytv/ccbedefbekbkpolpkhgilcglabjlicpo |
विवरण | Enhances YouTube with new features and emotes |
फ़ाइल का आकार | 91.95 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2022-10-04 |
प्रकाशन तिथि | 2021-04-18 |
डेवलपर | whalemandev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/acarlson99/BYTV |
सहायता पृष्ठ URL | https://github.com/acarlson99/BYTV |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BetterYTV", "manifest_version": 3, "version": "1.0.3", "description": "Enhances YouTube with new features and emotes", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": "icon.png" }, "host_permissions": [ "https:\/\/api.twitch.tv\/kraken\/users", "https:\/\/api.betterttv.net\/*", "https:\/\/www.youtube.com\/*" ], "icons": { "192": "icon.png" } } |