阿抖-抖音视频采集助手

抖音网页版视频下载。页面视频下载,播放记录批量下载,我喜欢的视频一键下载,博主所有视频一键下载

What is 阿抖-抖音视频采集助手?

阿抖-抖音视频采集助手 is a Chrome extension developed by suziwen1, and its main feature is "抖音网页版视频下载。页面视频下载,播放记录批量下载,我喜欢的视频一键下载,博主所有视频一键下载".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 阿抖-抖音视频采集助手 Extension CRX File

Download 阿抖-抖音视频采集助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        一键收集
支持图文,视频和评论
批量下载用户作品,收藏,喜欢,历史记录
方便快捷,完全免费                    

Extension Basic Information

Name 阿抖-抖音视频采集助手 阿抖-抖音视频采集助手
ID kckmfllnpncljamnlfnaoplpmlbgjeal
Official 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
Description 抖音网页版视频下载。页面视频下载,播放记录批量下载,我喜欢的视频一键下载,博主所有视频一键下载
File Size 120 KB
Installation Count 399
Current Version 0.0.15
Last Updated 2024-03-04
Publish Date 2023-12-10
Rating 4.00/5 Total 4 Ratings
Developer suziwen1
Email [email protected]
Payment Type free
Extension Website http://soft.xiaoshujiang.com
Supported Languages 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"
        }
    ]
}