LiveJimaku
Subtitles generator for YouTube Live
Τι είναι το LiveJimaku;
Το LiveJimaku είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 塗田一帆, και η κύρια λειτουργία του είναι "Subtitles generator for YouTube Live".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LiveJimaku
Λήψη αρχείων επέκτασης LiveJimaku σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
◆features You can input the user name from YouTube Live chat and their comments will be automatically displayed as subtitles. If you specify the username of a volunteer who translate and comment what the streamer is saying as a real time , you can enjoy the live streams in any language. ◆Usage (1) Click the icon in the chat field. (2) Copy and paste the user name you want to specify (3) Click the icon again to close it. ◆If you find a problem Please contact me on Twitter (@nulltypo). I can't respond to reviews. ◆Disclaimer I'm not responsible for any loss or damage caused by this extension.
Βασικές Πληροφορίες Επέκτασης
Όνομα | LiveJimaku |
ID | pggagcnknjflkejaiimenbpdoebfegkm |
Επίσημο URL | https://chromewebstore.google.com/detail/livejimaku/pggagcnknjflkejaiimenbpdoebfegkm |
Περιγραφή | Subtitles generator for YouTube Live |
Μέγεθος Αρχείου | 48.28 KB |
Αριθμός Εγκαταστάσεων | 1,108 |
Τρέχουσα Έκδοση | 1.3.1 |
Τελευταία Ενημέρωση | 2023-08-27 |
Ημερομηνία Δημοσίευσης | 2020-10-26 |
Αξιολόγηση | 4.71/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | 塗田一帆 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://null.style |
Υποστηριζόμενες Γλώσσες | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LiveJimaku", "version": "1.3.1", "author": "@nulltypo", "manifest_version": 3, "description": "__MSG_ext_desc__", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "button.svg" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "lj.js" ], "css": [ "style.css" ] } ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "permissions": [ "storage" ] } |