TikDown - TikTok Video Downloader
TikTok Video Downloader is a powerful tool capable of batch downloading videos without watermarks
TikDown - TikTok Video Downloader란 무엇입니까?
TikDown - TikTok Video Downloader은(는) dongzhuwei1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TikTok Video Downloader is a powerful tool capable of batch downloading videos without watermarks"입니다.
확장 프로그램 스크린샷
TikDown - TikTok Video Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tik Tok Video Downloader to download no watermark Tik Tok videos. Tik Tok video downloader without watermark ** TikDown : Tik Tok Downloader (Chrome Plugin) TikDown is one of the best tik tok video downloader today without logo, watermark. ** With one click you can download videos from TikTok. Downloader for TikTok allows you to download videos and photos from the TikTok platform 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. ** TikTok Has more than 900 million users every day these users are making beautiful music videos, Social Network for making tik tok videos like Extensions let you browse short videos and download them without blurred photos.
확장 프로그램 기본 정보
이름 | TikDown - TikTok Video Downloader |
ID | iacaalnmhgalljhbfdbhdobbjjeacico |
공식 URL | https://chromewebstore.google.com/detail/tikdown-tiktok-video-down/iacaalnmhgalljhbfdbhdobbjjeacico |
설명 | TikTok Video Downloader is a powerful tool capable of batch downloading videos without watermarks |
파일 크기 | 2.07 MB |
설치 횟수 | 65 |
현재 버전 | 1.0.19 |
최근 업데이트 | 2022-10-18 |
출시 날짜 | 2022-10-18 |
개발자 | dongzhuwei1 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TikDown - TikTok Video Downloader", "description": "TikTok Video Downloader is a powerful tool capable of batch downloading videos without watermarks", "content_scripts": [ { "matches": [ "*:\/\/www.tiktok.com\/", "*:\/\/www.tiktok.com\/*" ], "css": [ "css\/custom-tf.css" ], "js": [ "js\/content-script-tf.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/www.tiktok.com\/", "*:\/\/www.tiktok.com\/*" ], "css": [ "css\/custom-tf.css" ], "js": [ "js\/detail-script-tf.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/TikDown.net\/*", "*:\/\/dev.TikDown.net\/*" ], "js": [ "js\/web-script.js" ], "run_at": "document_end" } ], "icons": { "128": "icons\/128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.tikrank.com\/*", "*:\/\/tikrank.com\/*", "*:\/\/*.TikDown.net\/*", "*:\/\/TikDown.net\/*" ] }, "web_accessible_resources": [ { "resources": [ "icons\/logo.png" ], "matches": [ "*:\/\/*.facebook.com\/*" ] } ], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.pinterest.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.aliyuncs.com\/*", "*:\/\/TikDown.net\/*", "*:\/\/www.tiktok.com\/", "*:\/\/www.tiktok.com\/*" ], "background": { "service_worker": "js\/background.js" }, "version": "1.0.19", "optional_permissions": [ "downloads" ], "action": { "default_title": "TikDown - TikTok Video Downloader", "default_icon": { "128": "icons\/128.png" } } } |