WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
抖音视频文本导出AI助手

抖音视频文本导出AI助手

View on Chrome Web Store
View 抖音视频文本导出AI助手 Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 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
151 users
1
pandahi.ltd
View author page of pandahi.ltd
Published
Published on February 10, 2025
Version 1.0.5
Manifest version
3
Updated
Updated on April 14, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View 抖音视频文本导出AI助手 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,
    "name": "\u6296\u97f3\u89c6\u9891\u6587\u672c\u5bfc\u51faAI\u52a9\u624b",
    "description": "\u57fa\u4e8e\u8c46\u5305\u5927\u6a21\u578b\u53ca\u6263\u5b50\u667a\u80fd\u4f53\u83b7\u53d6\u6296\u97f3\u89c6\u9891\u5b57\u5e55\u548c\u6587\u672c",
    "version": "1.0.5",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_title": "Default Popup Title",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/geckoinfo.cloud\/*",
        "https:\/\/api.coze.cn\/v3\/*",
        "https:\/\/*.douyin.com\/*",
        "https:\/\/*.douyinvod.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                "*:\/\/*.douyin.com\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/*.douyin.com\/*"
            ],
            "resources": [
                "\/js\/bs.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.douyin.com\/*"
            ],
            "resources": [
                "\/content-scripts\/content.css"
            ]
        },
        {
            "resources": [
                "content-scripts\/content.css"
            ],
            "matches": [
                "*:\/\/*.douyin.com\/*"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "webRequest"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.douyin.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content-scripts\/content.js"
            ]
        }
    ]
}
© 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