Better YouTube
Better Youtube extends the Youtube Gaming Livestream Chat with many different features
Better YouTube क्या है?
Better YouTube Julian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Better Youtube extends the Youtube Gaming Livestream Chat with many different features"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features: - Twitch.tv emotes! - BTTV & FFZ emotes - BTTV GIF emotes - some custom emotes - Twitch style chat - Tab auto complete for emotes! - More features are coming soon! [BETA] This browser extension is still in beta, which is why there are still isolated bugs, dropouts, etc. can come. These errors will of course be fixed as soon as possible.
एक्सटेंशन की मूल जानकारी
नाम | Better YouTube |
ID | nfbnikpgcldgbpmpckhcajakdhfjjghk |
आधिकारिक URL | https://chromewebstore.google.com/detail/better-youtube/nfbnikpgcldgbpmpckhcajakdhfjjghk |
विवरण | Better Youtube extends the Youtube Gaming Livestream Chat with many different features |
फ़ाइल का आकार | 38.42 KB |
स्थापना संख्या | 408 |
वर्तमान संस्करण | 2.0.0.0 |
अंतिम अपडेट | 2022-06-27 |
प्रकाशन तिथि | 2021-09-15 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | Julian |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/akaJuliaan/BetterYT |
सहायता पृष्ठ URL | https://github.com/akaJuliaan/BetterYT |
समर्थित भाषाएँ | id,ms,de,en,fr,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appTitle__", "description": "__MSG_appDesc__", "version": "2.0.0.0", "default_locale": "en", "manifest_version": 2, "permissions": [ "https:\/\/julian.gmbh\/betteryt\/api.php" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "worker.js" ] } ], "icons": { "16": "\/images\/Logo_x16.png", "32": "\/images\/Logo_x32.png", "48": "\/images\/Logo_x48.png", "128": "\/images\/Logo_x128.png" }, "browser_action": { "default_popup": "donation.html", "default_icon": { "16": "\/images\/Logo_x16.png", "32": "\/images\/Logo_x32.png", "48": "\/images\/Logo_x48.png", "128": "\/images\/Logo_x128.png" } } } |