TikTok™ Desktop

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

Cos'è TikTok™ Desktop?

TikTok™ Desktop è un'estensione di Chrome sviluppata da TKTK, e la sua funzione principale è "TikTok™ Desktop - browse and download your favorite videos to your PC".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TikTok™ Desktop

Scarica i file di estensione TikTok™ Desktop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TikTok™ Desktop TikTok™ Desktop
ID jlekkfeiigpcjcgammjgpdmdhehemmoa
URL Ufficiale https://chrome.google.com/webstore/detail/tiktok-desktop/jlekkfeiigpcjcgammjgpdmdhehemmoa
Descrizione TikTok™ Desktop - browse and download your favorite videos to your PC
Dimensione del File 48.55 KB
Conteggio Installazioni 40,000
Versione Corrente 1.2
Ultimo Aggiornamento 2021-01-04
Data di Pubblicazione 2020-10-20
Valutazione 2.59/5 Totale 27 Valutazioni
Sviluppatore TKTK
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vRXR3eO1kqmDwJDNfykl9aNk9NjiVAbfPPOoEzu59lgj6i7-cPT0hMtvHzeJBzWi6HHgQ9LqaqjhDmk/pub
Lingue Supportate 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"
    ]
}