抖音短视频运营助手

抖音短视频运营助手,帮助您更轻松的开启抖音之旅。

What is 抖音短视频运营助手?

抖音短视频运营助手 is a Chrome extension developed by https://idnsl.xyz, and its main feature is "抖音短视频运营助手,帮助您更轻松的开启抖音之旅。".

Extension Screenshots

screenshot
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

                        本插件助力抖音短视频运营,,帮助您更轻松的开启短视频博主之旅。

主要功能:

1.首页、推荐页、详情页视频下载

2.搜索页面综合、视频、用户标签数据采集

3.用户个人页面作品数据采集                    

Extension Basic Information

Name 抖音短视频运营助手 抖音短视频运营助手
ID jmnpobjogmmcdiphkfeihffkjcimplpd
Official URL https://chromewebstore.google.com/detail/%E6%8A%96%E9%9F%B3%E7%9F%AD%E8%A7%86%E9%A2%91%E8%BF%90%E8%90%A5%E5%8A%A9%E6%89%8B/jmnpobjogmmcdiphkfeihffkjcimplpd
Description 抖音短视频运营助手,帮助您更轻松的开启抖音之旅。
File Size 51.2 KB
Installation Count 83
Current Version 1.0
Last Updated 2023-07-18
Publish Date 2023-07-18
Developer https://idnsl.xyz
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u6296\u97f3\u77ed\u89c6\u9891\u8fd0\u8425\u52a9\u624b",
    "version": "1.0",
    "description": "\u6296\u97f3\u77ed\u89c6\u9891\u8fd0\u8425\u52a9\u624b,\u5e2e\u52a9\u60a8\u66f4\u8f7b\u677e\u7684\u5f00\u542f\u6296\u97f3\u4e4b\u65c5\u3002",
    "author": "niemingxing",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "https:\/\/idnsl.xyz\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.xiaohongshu.com\/*",
                "https:\/\/www.douyin.com\/*"
            ],
            "js": [
                "js\/jszip.min.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/page_layer.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/page_layer.css"
            ],
            "matches": [
                "*:\/\/www.douyin.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "scripting"
    ]
}