TikTok™ for Desktop & Downloader

TikTok™ for desktop - browse and download your favorite videos.

Co je TikTok™ for Desktop & Downloader?

TikTok™ for Desktop & Downloader je rozšíření Chrome vyvinuté annymirellamoreno, a jeho hlavní funkcí je „TikTok™ for desktop - browse and download your favorite videos.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TikTok™ for Desktop & Downloader

Stáhněte si soubory rozšíření TikTok™ for Desktop & Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název TikTok™ for Desktop & Downloader TikTok™ for Desktop & Downloader
ID pbgllliiinjjkpacpgigogeiemjfpbhc
Oficiální URL https://chrome.google.com/webstore/detail/tiktok-for-desktop-downlo/pbgllliiinjjkpacpgigogeiemjfpbhc
Popis TikTok™ for desktop - browse and download your favorite videos.
Velikost souboru 179 KB
Počet instalací 10,000
Aktuální Verze 1.2.5
Poslední Aktualizace 2021-11-14
Datum Vydání 2020-11-02
Hodnocení 3.17/5 Celkem 23 Hodnocení
Vývojář annymirellamoreno
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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'"
}