YouTube video localizer Creator Tools
Localization of video in YouTube studio on 100 languages in 15 minutes
Τι είναι το YouTube video localizer Creator Tools;
Το YouTube video localizer Creator Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://creator-tools.com, και η κύρια λειτουργία του είναι "Localization of video in YouTube studio on 100 languages in 15 minutes".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YouTube video localizer Creator Tools
Λήψη αρχείων επέκτασης YouTube video localizer Creator Tools σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The plugin is designed to automatically translate the title, description and subtitles of youtube videos. To translate, you need to select the "Subtitles" tab in youtube studio and translate. Time saving advantage compared to doing the job manually. It is recommended to use together with the VidIQ plug-in version not lower than Pro It is also possible to analyze up to 5 competitors. The statistics will show you the average video time, the average number of views, and there will also be an opportunity to copy all the languages of the selected channel to yourself. A free trial period is available - 110 translations. To get a free key, go to the site: https://creator-tools.com/en Great for the following content categories: 1. Cooking channel with delicious recipes 2. Children's channel with funny or educational videos 3. Teen content. 4. Teaching channel to something. 5. Channels with reviews of various products, services, anything! 6. Travel. 7. Let's play 8. ITishka 9. DIY channels. 10. Sports reviews, movie reviews, cartoons. Privacy Policy: https://creator-tools.com/privacy-policy
Βασικές Πληροφορίες Επέκτασης
Όνομα | YouTube video localizer Creator Tools |
ID | fcgafllnbcnhkadibnpojbchkbeplbml |
Επίσημο URL | https://chromewebstore.google.com/detail/youtube-video-localizer-c/fcgafllnbcnhkadibnpojbchkbeplbml |
Περιγραφή | Localization of video in YouTube studio on 100 languages in 15 minutes |
Μέγεθος Αρχείου | 202 KB |
Αριθμός Εγκαταστάσεων | 878 |
Τρέχουσα Έκδοση | 1.5.2 |
Τελευταία Ενημέρωση | 2024-01-02 |
Ημερομηνία Δημοσίευσης | 2021-12-15 |
Αξιολόγηση | 5.00/5 Συνολικά 20 Αξιολογήσεις |
Προγραμματιστής | https://creator-tools.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://creator-tools.com/?utm_medium=referral&utm_source=chromestore |
Διεύθυνση URL της Σελίδας Βοήθειας | https://t.me/+Yghq7VN_QDM5YjZi |
Υποστηριζόμενες Γλώσσες | de,en,fr,tr,es,pt-PT,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.5.2", "default_locale": "ru", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.studio.youtube.com\/*", "https:\/\/studio.youtube.com\/*", "https:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*" ] } ] } |