Tiktok Video Downloader

Download Tik tok Videos - Tiktok Downloader

Tiktok Video Downloader란 무엇입니까?

Tiktok Video Downloader은(는) ScToMp3.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Tik tok Videos - Tiktok Downloader"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Downloader for Tiktok allows you to download videos & photos from the platform Tiktok for free. You just need to go to any TikTok video or photo and then click on the browser extension icon. Then you have the download button available.

* Features
- Download High Quality videos from any Posts on Tiktok and save to your computer, by clicking on 'download(yellow download image)' button over the video top-right. 
- Mass download all the videos from any page on Tiktok, by opening the extension popup from toolbar.

* How to get video on Tiktok

1. Tiktok Downloader will open automatically each time your browser starts.
2. As you browse videos they will automatically be detected by the extension.
3. Click the red download button on the bottom right of a video to begin the download process.
4. Have fun sharing your downloaded tiktok videos with your friends!

* Important Note
This application does NOT belong or related to the official Tiktok application/website in any ways. It is an unofficial application that is developed and maintained independently.                    

확장 프로그램 기본 정보

이름 Tiktok Video Downloader Tiktok Video Downloader
ID jjigicplankdlhbbenagcnalmfinmojl
공식 URL https://chrome.google.com/webstore/detail/tiktok-video-downloader/jjigicplankdlhbbenagcnalmfinmojl
설명 Download Tik tok Videos - Tiktok Downloader
파일 크기 20.14 KB
설치 횟수 37
현재 버전 1.0.0
최근 업데이트 2021-03-29
출시 날짜 2021-03-29
평점 1.00/5 총 1 개의 평점
개발자 ScToMp3.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sctomp3.net/tiktok-downloader/
개인정보 보호 정책 페이지 URL https://sctomp3.net/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tiktok Video Downloader",
    "version": "1.0.0",
    "author": "Sctomp3.net",
    "description": "Download Tik tok Videos - Tiktok Downloader",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/",
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    }
}