Tiktok Video Downloader
Download Tik tok Videos - Tiktok Downloader
Tiktok Video Downloaderとは何ですか?
Tiktok Video DownloaderはScToMp3.netによって開発されたChromeの拡張機能で、その主な機能は「Download Tik tok Videos - Tiktok Downloader」です。
拡張機能のスクリーンショット
Tiktok Video Downloader拡張機能のCRXファイルをダウンロード
Tiktok Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |