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은(는) https://creator-tools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Localization of video in YouTube studio on 100 languages in 15 minutes"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

YouTube video localizer Creator Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
            ]
        }
    ]
}