TT Downloader
Download Tik tok Videos and Mass Downloads
TT Downloader란 무엇입니까?
TT Downloader은(는) https://automatethebox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Tik tok Videos and Mass Downloads"입니다.
확장 프로그램 스크린샷
TT Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
---------------------------------------------------------------------------------------------------------- THIS EXTENSION IS NO LONGER MAINTAINED ---------------------------------------------------------------------------------------------------------- TikTok Downloader - Download single video and Mass Downloads ⁌⁌⁌ 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. ⥈⥈Installation Permissions Requests⥈⥈ ➼ 'downloads' - Needed to manage/trigger the photos and videos download, so you will see warning 'Manage your downloads' while installing extension. ⥈⥈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. ⥈⥈Credits⥈⥈ Icons used https://www.flaticon.com/authors/smashicons https://www.flaticon.com/authors/freepik
확장 프로그램 기본 정보
이름 | TT Downloader |
ID | blbckhiepgpniilpmlionnkjoeehhgao |
공식 URL | https://chromewebstore.google.com/detail/tt-downloader/blbckhiepgpniilpmlionnkjoeehhgao |
설명 | Download Tik tok Videos and Mass Downloads |
파일 크기 | 68.83 KB |
설치 횟수 | 11,089 |
현재 버전 | 1.2.3 |
최근 업데이트 | 2020-11-06 |
출시 날짜 | 2020-06-14 |
평점 | 3.11/5 총 122 개의 평점 |
개발자 | https://automatethebox.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://automatethebox.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TT Downloader", "version": "1.2.3", "author": "Lalit Narnaulia", "description": "Download Tik tok Videos and Mass Downloads", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "declarativeContent", "storage", "downloads", "webRequest", "*:\/\/*.tiktok.com\/*", "*:\/\/*.tiktokcdn.com\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.tiktok.com\/", "*:\/\/*.tiktok.com\/*" ], "run_at": "document_start", "js": [ "js\/common.js", "js\/content.js" ], "css": [ "css\/style.css" ] } ], "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "page_action": { "default_popup": "popup\/popup.html", "default_title": "TT Downloader", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "images\/icon16.png", "images\/photo.png", "css\/oval.svg", "js\/inject.js" ] } |