抖音短视频运营助手
抖音短视频运营助手,帮助您更轻松的开启抖音之旅。
Cos'è 抖音短视频运营助手?
抖音短视频运营助手 è un'estensione di Chrome sviluppata da https://idnsl.xyz, e la sua funzione principale è "抖音短视频运营助手,帮助您更轻松的开启抖音之旅。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 抖音短视频运营助手
Scarica i file di estensione 抖音短视频运营助手 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
本插件助力抖音短视频运营,,帮助您更轻松的开启短视频博主之旅。
主要功能:
1.首页、推荐页、详情页视频下载
2.搜索页面综合、视频、用户标签数据采集
3.用户个人页面作品数据采集 Informazioni di Base sull'Estensione
| Nome | |
| ID | jmnpobjogmmcdiphkfeihffkjcimplpd |
| URL Ufficiale | 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 |
| Descrizione | 抖音短视频运营助手,帮助您更轻松的开启抖音之旅。 |
| Dimensione del File | 51.2 KB |
| Conteggio Installazioni | 83 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-07-18 |
| Data di Pubblicazione | 2023-07-18 |
| Sviluppatore | https://idnsl.xyz |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |