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
Eメール [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"
    ]
}