TikTok™ for Desktop & Downloader

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

Apa itu TikTok™ for Desktop & Downloader?

TikTok™ for Desktop & Downloader adalah ekstensi Chrome yang dikembangkan oleh annymirellamoreno, dan fitur utamanya adalah "TikTok™ for desktop - browse and download your favorite videos.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi TikTok™ for Desktop & Downloader

Unduh file ekstensi TikTok™ for Desktop & Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama TikTok™ for Desktop & Downloader TikTok™ for Desktop & Downloader
ID pbgllliiinjjkpacpgigogeiemjfpbhc
URL Resmi https://chrome.google.com/webstore/detail/tiktok-for-desktop-downlo/pbgllliiinjjkpacpgigogeiemjfpbhc
Deskripsi TikTok™ for desktop - browse and download your favorite videos.
Ukuran File 179 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.2.5
Terakhir Diperbarui 2021-11-14
Tanggal Publikasi 2020-11-02
Penilaian 3.17/5 Total 23 Penilaian
Pengembang annymirellamoreno
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}