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文件
下載TT Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
----------------------------------------------------------------------------------------------------------
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 擴展基本資訊
| 名稱 | |
| ID | blbckhiepgpniilpmlionnkjoeehhgao |
| 官方網址 | 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"
]
} | |