TikTok Downloader

Our TikTok Downloader Add-On allows you to convert your favorite TikTok videos to MP4, GIF or MP3 files, and download them for free.

TikTok Downloader란 무엇입니까?

TikTok Downloader은(는) https://ttdownloader.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Our TikTok Downloader Add-On allows you to convert your favorite TikTok videos to MP4, GIF or MP3 files, and download them for free."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TikTok Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Our Add-On will add a new icon on your toolbar (see screenshot). When you are visiting a TikTok video URL (tiktok.com/@username/video/video_id) you can use our Add-On by clicking on the icon. A small popup will open and show you the possible formats. Once you choose a format, a new tab will open with our website ttdownloader.net. The conversion will start directly. As soon the conversion is finished you will be able to download the converted TikTok video by clicking on the download button.                    

확장 프로그램 기본 정보

이름 TikTok Downloader TikTok Downloader
ID membjdlghnjabalehklnkchehfhplibj
공식 URL https://chromewebstore.google.com/detail/tiktok-downloader/membjdlghnjabalehklnkchehfhplibj
설명 Our TikTok Downloader Add-On allows you to convert your favorite TikTok videos to MP4, GIF or MP3 files, and download them for free.
파일 크기 7.67 KB
설치 횟수 113
현재 버전 1.3
최근 업데이트 2022-09-14
출시 날짜 2022-05-16
개발자 https://ttdownloader.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ttdownloader.net
도움말 페이지 URL https://ttdownloader.net/add-on/
개인정보 보호 정책 페이지 URL https://ttdownloader.net/privacy-statement
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TikTok Downloader",
    "description": "Our TikTok Downloader Add-On allows you to convert your favorite TikTok videos to MP4, GIF or MP3 files, and download them for free.",
    "version": "1.3",
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "action": {
        "default_title": "TikTok Downloader",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/icons\/16.png",
            "32": "\/icons\/32.png",
            "48": "\/icons\/48.png",
            "128": "\/icons\/128.png"
        }
    },
    "permissions": [
        "activeTab"
    ]
}