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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |