TikTok™ Desktop

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

Wat is TikTok™ Desktop?

TikTok™ Desktop is een Chrome-extensie ontwikkeld door TKTK, en de belangrijkste functie is "TikTok™ Desktop - browse and download your favorite videos to your PC".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie TikTok™ Desktop

Download TikTok™ Desktop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TikTok™ Desktop TikTok™ Desktop
ID jlekkfeiigpcjcgammjgpdmdhehemmoa
Officiële URL https://chrome.google.com/webstore/detail/tiktok-desktop/jlekkfeiigpcjcgammjgpdmdhehemmoa
Beschrijving TikTok™ Desktop - browse and download your favorite videos to your PC
Bestandsgrootte 48.55 KB
Aantal Installaties 40,000
Huidige Versie 1.2
Laatst Bijgewerkt 2021-01-04
Publicatiedatum 2020-10-20
Beoordeling 2.59/5 Totaal 27 Beoordelingen
Ontwikkelaar TKTK
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vRXR3eO1kqmDwJDNfykl9aNk9NjiVAbfPPOoEzu59lgj6i7-cPT0hMtvHzeJBzWi6HHgQ9LqaqjhDmk/pub
Ondersteunde Talen 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"
    ]
}