Tiktok Video Downloader

Build an Extension to download tiktok video without watermark

Tiktok Video Downloader란 무엇입니까?

Tiktok Video Downloader은(는) https://taptik.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build an Extension to download tiktok video without watermark"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Taptik : Tiktok Video Downloader to download Pinterest videos. 
** Taptik : Pinterest Downloader (Chrome Plugin)

Tiktok Video Downloader is one of the best Tiktok video downloader today

** With one click you can download videos from Pinterest.
Downloader for Pinterest allows you to download pin videos and story video from the Pinterest platform for free. You just need to go to Home Feed and then click on the browser extension icon or Download Button in Pins. Then you have the download button available.


** Main features of the extension:

- No login required.
- Download Tiktok videos without watermark and MP3
- Small size and lightweight.
- Convenient in the process of surfing Tiktok, any Video you like can be downloaded immediately.
- Just open your Tiktok Video Downloader  extension along with this video downloader for Pinterest extension and copy the URL of the video you want to download.

**** IMPORTANT !!!
I do not collect your browsing history. To send information from background scripts to content_scripts, I need tabs permissions to trigger alerts for browsing history.                    

확장 프로그램 기본 정보

이름 Tiktok Video Downloader Tiktok Video Downloader
ID iejlmkpfacjciafplahekikiakbmjami
공식 URL https://chromewebstore.google.com/detail/tiktok-video-downloader/iejlmkpfacjciafplahekikiakbmjami
설명 Build an Extension to download tiktok video without watermark
파일 크기 17.88 KB
설치 횟수 89
현재 버전 1.2
최근 업데이트 2022-09-08
출시 날짜 2022-08-31
개발자 https://taptik.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://taptik.app
도움말 페이지 URL https://taptik.app
개인정보 보호 정책 페이지 URL https://dotsave.app/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiktok Video Downloader",
    "description": "Build an Extension to download tiktok video without watermark",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.tiktok.com\/*"
    ],
    "icons": {
        "16": "icons\/16tt.png",
        "48": "icons\/48tt.png",
        "128": "icons\/128tt.png"
    },
    "action": {
        "default_title": "Tiktok Video Downloader - Taptik.app",
        "default_icon ": {
            "16": "icons\/16tt.png",
            "48": "icons\/48tt.png",
            "128": "icons\/128tt.png"
        }
    }
}