TikTok™ for Desktop & Downloader

TikTok™ for desktop - browse and download your favorite videos.

什么是TikTok™ for Desktop & Downloader?

TikTok™ for Desktop & Downloader是由annymirellamoreno开发的Chrome扩展程序,该扩展的主要功能是“TikTok™ for desktop - browse and download your favorite videos.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载TikTok™ for Desktop & Downloader扩展crx文件

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

扩展使用说明

                        TikTok ™ for Desktop & Downloader - Browse and download your favorite videos.

the most popular platform of the moment is the place for video. On TikTok ™, short videos are exciting, spontaneous, and authentic.

is a global video community. Here you will find great short videos and you can share the highlights of your own life with the world. Record original content with skins, filters, and stickers. Life flies fast - every second counts!
Millions of videos combined for you

create a feed based on the videos you like. TikTok ™ adapts to your tastes and displays content that interests you.

Community of creative people
Thousands of original content authors share their talents and ideas on TikTok ™ for pc, everyone can reveal their creative potential!
Huge library of sounds
Overlay millions of free tracks and cool sounds on your videos. We regularly update the library with popular music in all genres.

Instructions:
1. Login to tiktok.com
2. press the extension icon located at the top of the browser
3. enjoy the app                    

扩展基本信息

名称 TikTok™ for Desktop & Downloader TikTok™ for Desktop & Downloader
ID pbgllliiinjjkpacpgigogeiemjfpbhc
官方URL https://chrome.google.com/webstore/detail/tiktok-for-desktop-downlo/pbgllliiinjjkpacpgigogeiemjfpbhc
简介 TikTok™ for desktop - browse and download your favorite videos.
文件大小 179 KB
安装次数 10,000
当前版本 1.2.5
更新时间 2021-11-14
上架时间 2020-11-02
评分 3.17/5 共23次评分
开发者 annymirellamoreno
电子邮箱 [email protected]
付费类型 free
支持的语言 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,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.5",
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "web_accessible_resources": [
        "*.css",
        "*.js"
    ],
    "background": {
        "scripts": [
            "src\/lbr\/jquery.min.js",
            "src\/lbr\/Util.js",
            "src\/lbr\/bg.js",
            "src\/functions.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/lbr\/container.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "src\/util\/jquery.min.js",
                "src\/app\/helper.js",
                "src\/app\/search_close.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "src\/util\/jquery.min.js",
                "src\/util\/jquery.slidingmessage.js",
                "src\/util\/moment.js",
                "src\/util\/utils.js",
                "src\/util\/add-mobilify.js",
                "src\/app\/add.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "src\/util\/utils.js",
                "src\/util\/add-redirectToTikTok.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "http:\/\/*\/",
        "storage",
        "history",
        "tabs",
        "activeTab",
        "background",
        "downloads",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self' 'unsafe-inline' 'unsafe-eval'"
}