TikTok Downloader
Download TikTok videos with the click of a single button
TikTok Downloaderとは何ですか?
TikTok DownloaderはAponventureによって開発されたChromeの拡張機能で、その主な機能は「Download TikTok videos with the click of a single button」です。
拡張機能のスクリーンショット
TikTok Downloader拡張機能のCRXファイルをダウンロード
TikTok Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Download TikTok videos with the click of a single button in browser and in mobile view to get hte same feel as the app.
拡張機能の基本情報
名前 | |
ID | ghfacigpedfmpgpgmapmajhnkmdaegif |
公式URL | https://chrome.google.com/webstore/detail/tiktok-downloader/ghfacigpedfmpgpgmapmajhnkmdaegif |
説明 | Download TikTok videos with the click of a single button |
ファイルサイズ | 259 KB |
インストール数 | 1,844 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-07-11 |
公開日 | 2020-07-11 |
評価 | 2.00/5 合計 6 レビュー |
開発者 | Aponventure |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TikTok Downloader", "description": "Download TikTok videos with the click of a single button", "version": "1.0.0", "short_name": "TikTokDL", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "TikTok Downloader", "default_popup": "pages\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/@*\/video\/*", "https:\/\/www.tiktok.com\/@*", "https:\/\/www.tiktok.com\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "activeTab" ] } |