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
官方網址 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'"
}