TikTok™ Desktop

TikTok™ Desktop - browse and download your favorite videos to your PC

什么是TikTok™ Desktop?

TikTok™ Desktop是由TKTK开发的Chrome扩展程序,该扩展的主要功能是“TikTok™ Desktop - browse and download your favorite videos to your PC”。

扩展截图

screenshot
screenshot

下载TikTok™ Desktop扩展crx文件

下载TikTok™ Desktop扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        TikTok™ Desktop & Downloader is a global video community. Here you will find cool short videos and you can share highlights from your own life with the world. Shoot original content with masks, filters and stickers. Life flies fast - every second counts!
Millions of videos matched for you
TikTok™ Desktop & Downloader creates a feed based on the videos you like. TikTok adapts to your tastes and displays content that interests you.                    

扩展基本信息

名称 TikTok™ Desktop TikTok™ Desktop
ID jlekkfeiigpcjcgammjgpdmdhehemmoa
官方URL https://chrome.google.com/webstore/detail/tiktok-desktop/jlekkfeiigpcjcgammjgpdmdhehemmoa
简介 TikTok™ Desktop - browse and download your favorite videos to your PC
文件大小 48.55 KB
安装次数 40,000
当前版本 1.2
更新时间 2021-01-04
上架时间 2020-10-20
评分 2.59/5 共27次评分
开发者 TKTK
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/e/2PACX-1vRXR3eO1kqmDwJDNfykl9aNk9NjiVAbfPPOoEzu59lgj6i7-cPT0hMtvHzeJBzWi6HHgQ9LqaqjhDmk/pub
支持的语言 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.2",
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "downloads",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "inject\/utils.js",
                "inject\/inject-mobilify.js",
                "inject\/inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "inject\/utils.js",
                "inject\/inject-redirectToTikTok.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*.css",
        "*.js"
    ]
}