WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
光链 · 抖音视频批量下载助手

光链 · 抖音视频批量下载助手

View on Chrome Web Store
View 光链 · 抖音视频批量下载助手 Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

自动提取抖音视频与图文,支持批量下载、条件筛选、自定义命名、定时下载等,适合内容采集与整理。
Type
Extension
Users
159 users
5
Do It
View author page of Do It
Published
Published on July 17, 2025
Version 1.0.2
Manifest version
3
Updated
Updated on August 13, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View 光链 · 抖音视频批量下载助手 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "name": "\u5149\u94fe \u00b7 \u6296\u97f3\u89c6\u9891\u6279\u91cf\u4e0b\u8f7d\u52a9\u624b",
    "description": "\u81ea\u52a8\u63d0\u53d6\u6296\u97f3\u89c6\u9891\u4e0e\u56fe\u6587\uff0c\u652f\u6301\u6279\u91cf\u4e0b\u8f7d\u3001\u6761\u4ef6\u7b5b\u9009\u3001\u81ea\u5b9a\u4e49\u547d\u540d\u3001\u5b9a\u65f6\u4e0b\u8f7d\u7b49\uff0c\u9002\u5408\u5185\u5bb9\u91c7\u96c6\u4e0e\u6574\u7406\u3002",
    "action": {
        "default_icon": {
            "32": "image\/128.png"
        }
    },
    "side_panel": {
        "default_path": "src\/pages\/popup.html"
    },
    "icons": {
        "16": "image\/16.png",
        "48": "image\/48.png",
        "128": "image\/128.png"
    },
    "permissions": [
        "storage",
        "downloads",
        "sidePanel"
    ],
    "host_permissions": [
        "*:\/\/*.douyin.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.douyin.com\/*"
            ],
            "js": [
                "js\/douyin.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inset.js"
            ],
            "matches": [
                "*:\/\/*.douyin.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top