TikTok™ Desktop

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

Was ist TikTok™ Desktop?

TikTok™ Desktop ist eine Chrome-Erweiterung, die von TKTK entwickelt wurde, und ihr Hauptmerkmal ist "TikTok™ Desktop - browse and download your favorite videos to your PC".

Erweiterungsscreenshots

screenshot
screenshot

TikTok™ Desktop-Erweiterungs-CRX-Datei herunterladen

Laden Sie TikTok™ Desktop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TikTok™ Desktop TikTok™ Desktop
ID jlekkfeiigpcjcgammjgpdmdhehemmoa
Offizielle URL https://chrome.google.com/webstore/detail/tiktok-desktop/jlekkfeiigpcjcgammjgpdmdhehemmoa
Beschreibung TikTok™ Desktop - browse and download your favorite videos to your PC
Dateigröße 48.55 KB
Installationsanzahl 40,000
Aktuelle Version 1.2
Letztes Update 2021-01-04
Veröffentlichungsdatum 2020-10-20
Bewertung 2.59/5 Insgesamt 27 Bewertungen
Entwickler TKTK
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/e/2PACX-1vRXR3eO1kqmDwJDNfykl9aNk9NjiVAbfPPOoEzu59lgj6i7-cPT0hMtvHzeJBzWi6HHgQ9LqaqjhDmk/pub
Unterstützte Sprachen 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"
    ]
}