阿抖-抖音视频采集助手
抖音网页版视频下载。页面视频下载,播放记录批量下载,我喜欢的视频一键下载,博主所有视频一键下载
阿抖-抖音视频采集助手란 무엇입니까?
阿抖-抖音视频采集助手은(는) suziwen1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "抖音网页版视频下载。页面视频下载,播放记录批量下载,我喜欢的视频一键下载,博主所有视频一键下载"입니다.
확장 프로그램 스크린샷
阿抖-抖音视频采集助手 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
一键收集 支持图文,视频和评论 批量下载用户作品,收藏,喜欢,历史记录 方便快捷,完全免费
확장 프로그램 기본 정보
이름 | 阿抖-抖音视频采集助手 |
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 |
이메일 | [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" } ] } |