阿抖-抖音视频采集助手
抖音网页版视频下载。页面视频下载,播放记录批量下载,我喜欢的视频一键下载,博主所有视频一键下载
阿抖-抖音视频采集助手とは何ですか?
阿抖-抖音视频采集助手はsuziwen1によって開発されたChromeの拡張機能で、その主な機能は「抖音网页版视频下载。页面视频下载,播放记录批量下载,我喜欢的视频一键下载,博主所有视频一键下载」です。
拡張機能のスクリーンショット
阿抖-抖音视频采集助手拡張機能のCRXファイルをダウンロード
阿抖-抖音视频采集助手拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
一键收集
支持图文,视频和评论
批量下载用户作品,收藏,喜欢,历史记录
方便快捷,完全免费 拡張機能の基本情報
| 名前 | |
| ID | kckmfllnpncljamnlfnaoplpmlbgjeal |
| 公式URL | https://chromewebstore.google.com/detail/%E9%98%BF%E6%8A%96-%E6%8A%96%E9%9F%B3%E8%A7%86%E9%A2%91%E9%87%87%E9%9B%86%E5%8A%A9%E6%89%8B/kckmfllnpncljamnlfnaoplpmlbgjeal |
| 説明 | 抖音网页版视频下载。页面视频下载,播放记录批量下载,我喜欢的视频一键下载,博主所有视频一键下载 |
| ファイルサイズ | 120 KB |
| インストール数 | 399 |
| 現在のバージョン | 0.0.15 |
| 最終更新日 | 2024-03-04 |
| 公開日 | 2023-12-10 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | suziwen1 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://soft.xiaoshujiang.com |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "\u963f\u6296-\u6296\u97f3\u89c6\u9891\u91c7\u96c6\u52a9\u624b",
"version": "0.0.15",
"description": "\u6296\u97f3\u7f51\u9875\u7248\u89c6\u9891\u4e0b\u8f7d\u3002\u9875\u9762\u89c6\u9891\u4e0b\u8f7d\uff0c\u64ad\u653e\u8bb0\u5f55\u6279\u91cf\u4e0b\u8f7d\uff0c\u6211\u559c\u6b22\u7684\u89c6\u9891\u4e00\u952e\u4e0b\u8f7d\uff0c\u535a\u4e3b\u6240\u6709\u89c6\u9891\u4e00\u952e\u4e0b\u8f7d",
"author": "story-writer",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"host_permissions": [
"*:\/\/*.douyin.com\/*",
"*:\/\/*.xiaoshujiang.com\/*"
],
"action": {
"default_title": "\u963f\u6296-\u6296\u97f3\u89c6\u9891\u91c7\u96c6\u52a9\u624b",
"default_icon": "icons\/icon48.png"
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"permissions": [
"downloads",
"scripting",
"activeTab",
"storage"
],
"web_accessible_resources": [
{
"resources": [
"img\/*"
],
"matches": [
"*:\/\/*.douyin.com\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.xiaoshujiang.com\/*"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.douyin.com\/*"
],
"css": [
"content\/index.css"
],
"js": [
"content\/filesize.js",
"content\/index.js"
],
"run_at": "document_start"
}
]
} | |